- From: Samuel Soliz <samuel.soliz@quest.com>
- Date: Mon, 8 Nov 2004 08:42:47 -0600
- To: <heitkamp@ameritech.net>, <www-lib@w3.org>
Fred, Create a script with symbolic links from the .so to the actual libraries. For example: ln -s libwwwapp.0.1.0 libwwwapp.so ln -s libwwwapp.0.1.0 libwwwapp.so.0 ln -s libwwwcache.0.1.0 libwwwcache.so ln -s libwwwcache.0.1.0 libwwwcache.so.0 . . . Sam -----Original Message----- From: www-lib-request@w3.org [mailto:www-lib-request@w3.org] On Behalf Of F. Heitkamp Sent: Sunday, November 07, 2004 3:55 PM To: www-lib@w3.org Subject: share libraries on UNIX When I compile libwww on Linux, the library names are not according to convention. running ./configure --enable-shared=yes --enable-static=no gives libraries named like: libwwwapp.0.1.0 libwwwcache.0.1.0 libwwwcore.0.1.0 libwwwdir.0.1.0 libwwwfile.0.1.0 libwwwftp.0.1.0 libwwwgopher.0.1.0 libwwwhtml.0.1.0 libwwwhttp.0.1.0 libwwwinit.0.1.0 libwwwmime.0.1.0 libwwwmux.0.1.0 libwwwnews.0.1.0 libwwwstream.0.1.0 libwwwtelnet.0.1.0 libwwwtrans.0.1.0 libwwwutils.0.1.0 libwwwxml.0.1.0 Anyone know how to fix? Fred
Received on Monday, 8 November 2004 14:43:43 UTC