Ye Xu wrote: > On 2006-06-24 18:54:58 +0200, Martin Costabel <[EMAIL PROTECTED]> said: > >> DYLD_LIBRARY_PATH set > > I'm totoally new here, could you please say it in more details, where > can I find this DYLD_LIBRARY_PATH. and when I find it, which path shall > I set it to?
You should not set it at all. The fact that you don't know what it is means that you didn't set it knowingly, but there can still be some other piece of software that you installed that does it. To find out, type "env" at the same place where you typed the "dpkg" that crashed. Look if DYLD_LIBRARY_PATH shows up in the list. If not, then there must still be something else going on (but after what you established with Alex so far, it looks very much like it could be a problem with DYLD_LIBRARY_PATH). If yes, you will have to find where it is defined. Probably in some file in your home directory that serves as a shell startup script, like .cshrc or .tcshrc if you are using tcsh, or .bash_profile or .bash_login or .profile if you are running bash as your command shell. -- Martin Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
