Click to See Complete Forum and Search --> : Glade && libiconv.so.2 Dependency!
asterik
10-04-2003, 12:26 AM
Hmm ok, my system is Slack 9.1 and it has the libiconv.so.2 lib file installed which is required by my program i guess. So i need to know how 2 edit the configure file to check for this file. *Sorry i suck at bash scriptin* and where to put it in the code ;).
JohnT
10-04-2003, 01:31 AM
If you can find "libiconv.so.2" add the path to your /etc/ld.so.conf file and run "ldcongfig" from the terminal or just reboot. When you open /etc/ld.so.conf , you will see the format to use.
asterik
10-04-2003, 10:15 AM
no no, i need a way for configure to check for the libiconv.so.2 for MY program in the configure file. Since i suck at bash scripting, i don't know what the heck i'd be doin lol
JohnT
10-04-2003, 03:07 PM
Sorry...I see that now...he he ..it was a looooong day yesterday. Try running "libtool --help" and see if thats not what your refering too.