> What about checking LD_LIBRARY_PATH, if it's not set, setting it to
> '/lib:/usr/lib', and then in either case searching LD_LIBRARY_PATH for
> it?  This is a bit more work, but also more general - it's no longer
> Linux-specific, and it can be used for other things that may exist
> elsewhere.  In fact, the code probably exists already somewhere.
>

At least on my system the dynamic linker if configured via /etc/ld.so.conf
and LD_LIBRARY_PATH contains only addtionaly directories, so the libraries
wouldn't be found that way, but the basic idea make sense. MakeMaker somehow
knows the library search path (and include search path) already, I guess we
can utilize it, but I don't know how. Maybe somebody likes to explore the
unlimited possibilities of MakeMaker for that purpose...

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to