Search found 5 matches

by feenster
Wed Mar 07, 2007 4:24 pm
Forum: Installation and Configuration
Topic: Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions
Replies: 9
Views: 3725

Hi,
Thanks for the replies. That was my point - I already use the "long" version of the <?php tags. Not to worry though, if it is working fine now, that is good enough for me :)

Matt
by feenster
Wed Mar 07, 2007 1:06 pm
Forum: Installation and Configuration
Topic: Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions
Replies: 9
Views: 3725

Kieran Huggins wrote:are short tags turned on?
Ah! No, they weren't, but I wasn't using short tags anyway. However, i've turned it on and it works a treat now. Do you know why this would be?

Thanks for the help guys.

Cheers,
Matt
by feenster
Wed Mar 07, 2007 11:13 am
Forum: Installation and Configuration
Topic: Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions
Replies: 9
Views: 3725

Sorted! The process was this: 1) Download the PHP 5.2.1 source into a fresh folder 2) Run the following: ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql --with-informix=/opt/informix --enable-shared --enable-pdo=shared --without-sqlite --without-pdo-sqlite --with-zlib --with-xml --with-pecl --w...
by feenster
Tue Mar 06, 2007 1:07 pm
Forum: Installation and Configuration
Topic: Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions
Replies: 9
Views: 3725

Hi Volka,

Initially, yes I just copied libphp5.so. However, I tried re-configure-ing and make-ing, then did a make install to make sure I copied the whole lot across.

Alas, still no joy :(

Matt
by feenster
Tue Mar 06, 2007 9:54 am
Forum: Installation and Configuration
Topic: Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions
Replies: 9
Views: 3725

Ubuntu/Apache/PHP5.2.1 - cannot use dynamic extensions

Hi all, I'm trying to compile PHP 5.2.1 on my Ubuntu 6.10 server. I've downloaded the source code from php.net and am running the following configure command on it: ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql --with-informix=/opt/informix --enable-shared --enable-pdo=shared --without-sqlite...