I want to use fink's dlcompat for the OpenOffice suite and need to add a symlink in /usr/local/lib/ to the dlcompat library in /sw/lib/ - I just don't know exactly which one it is... libdl.dylib? And what would it be called in /usr/local/lib/ ?
The shared lib that dlcompat provides is libdl.0.dylib. You can find this out with 'dpkg -L dlcompat-shlibs' which lists all the files in that package.
To install OpenOffice, do:
sudo ln -s /sw/lib/libdl.0.dylib /usr/local/lib/libdl.0.dylib sudo ln -s /usr/local/lib/libdl.0.dylib /usr/local/lib/libdl.dylib
Toodles, Dave Vasilevsky
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
