[PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
Hi, I just installed FreeBSD 7.2, Apache 2.2, php5-5.2.10 and php5-extensions 1.3, all from the freebsd ports. When i try to start apache with the imap.so extension enabled in extensions.ini, i get the error /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: Undefined symbol

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
Hi, Sounds like mac ports and freebsd ports i kinda the same. I tried deinstalling the extensions ports, and reinstalling it, meaning it all gets build from source once more, and it didnt help. / Ebbe 2009/8/8 Adam Randall randa...@gmail.com While I haven't used FreeBSD, the message you are

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Adam Randall
I wonder if it's downloading the imap.so as a binary instead of source (or php as a binary instead of source). But this is the reason you are getting the errors. It has to do with the shared libraries at build time not matching the shared libraries at runtime (eg the symbol in the shared library

Re: [PHP] Undefined symbol ssl_onceonlyinit

2009-08-08 Thread Ebbe Hjorth
2009/8/8 Adam Randall randa...@gmail.com I wonder if it's downloading the imap.so as a binary instead of source (or php as a binary instead of source). But this is the reason you are getting the errors. It has to do with the shared libraries at build time not matching the shared libraries at