This study aims to classify lung diseases from X-ray images using a combination of Gray Level Cooccurrence Matrix (GLCM) and Linear Discriminant Analysis (LDA) methods. GLCM was used to extract texture features such as contrast, correlation, energy, and homogeneity from 300 lung X-ray images representing four categories: Normal, Pneumonia, Tuberculosis, and Bronchitis. The LDA method was then applied for classification based on these features. The results showed that Tuberculosis had the highest classification accuracy at 80%, while the overall model accuracy was 61.67%. Evaluation using precision, recall, F1-score, and confusion matrix confirmed that the GLCM and LDA combination performed best in identifying tuberculosis cases. However, overlapping features between Normal, Bronchitis, and Pneumonia classes reduced the classification performance. These findings suggest that the proposed method provides promising results and could be improved further with advanced feature extraction or classification techniques.