![]() |
glade application compilation problem - complains about libasound.so error
hi all,
I am tryin my hands at developing a simple GUI based application with glade. After designing the GUI with a couple of GNOME and gtk widgets, When I did a autogen.sh it worked alright. But the subsequent make failed with the following errors:- Quote:
could someone help me compile the application and also tell me the reason for failure for future reference. thanks in advance nishith |
Solved it
If an application refuses to start with "libasound.so.2: undefined symbol errors", then this indicates that the version of libasound the app was linked with is different from the libasound in the system. OSSv4.0 replaces libasound.so.2 with libsalsa, in order to allow some ALSA emulation and causes this error. Do as under :- Quote:
thanks nishith |
| All times are GMT -5. The time now is 11:30 PM. |