Matthias Bauer
Matthias.Bauer at LivingLogic.de
Mon Oct 16 07:48:24 EST 2000
Hi Brad, I ran into some similar problems, when I started out with mod_python. I had to include lots of shared libraries until I did no longer get these undefined symbol errors. If I remember it right, openpty is defined in libutil.a. But after you include that you may run into some more undefined symbols. You just have to include all the necessary libraries until it works. However I never got mod_python to run after I underwent this lengthy process - I finally ran into some Segfault, where I got stuck and simply stopped wasting time. Please let me know about your experience after you finally manage to get rid of all these unresolved symbol errors. Good luck, --- Matthias Brad Dick wrote: > > Umm... can anyone explain to me why I get undefined symbol errors when I start up Apache. > > I'm running Python 2.0b2, Apache 1.3.12, PHP 4.0.3, on a Red Hat 6.2. Everything mentioned was built from source on this machine. > > I was actually getting an undefined symbol: dbopen error. However, its now changed to an undefined symbol: openpty. This is getting frustrating to say the least. If someone can help, please respond > > Brad > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 2054 bytes Desc: S/MIME Cryptographic Signature Url : http://mailman.modpython.org/pipermail/mod_python/attachments/20001016/9b49d361/smime-0003.bin
|