Good day php people,

Hope somebody can help me out a bit.
I'm trying to compile 'apc' on my OpenBSd box.
The install file reads:

$ gunzip -c apc_x.y.tar.gz | tar xf -
$ cd apc_x.y
$ /usr/local/php/bin/phpize

But when i try to run phpize i get some errors:

/usr/local/bin/phpize
/usr/local/bin/phpize[48]: cd: /usr/local/lib/php/build - No such file or directory
/usr/local/bin/phpize[49]: cd: /usr/local/lib/php/build - No such file or directory
/usr/local/bin/phpize[53]: cannot open /usr/local/lib/php/build/phpize.m4: No such 
file or directory
aclocal: `configure.ac' or `configure.in' is required

I checked to see if /usr/local/lib/php/build exists but it doesn't.
Looks to me php didn't install the devel files. I searched some news groups
and it looks like the are more people with this problem. But i havn't
seen any answer. 

$ ./configure --enable-apc
$ make
$ make install


Thijs Lensselink
Web Developer

Factotum Media B.V.
Postbus 335, 1200 AH  Hilversum
Oosterengweg 44, 1212 CN  Hilversum
Telefoon: 035 688 11 82
Fax: 035 688 11 17
E-mail: [EMAIL PROTECTED]
www.factotummedia.nl
"certamen inter mammosas tunicis madefactis vestitas"

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to