Zend build not working

xoanan

New member
Joined
May 18, 2004
Messages
4
Location
Fairfax, VA
Hi,
ran through the

./build update
./build all
./build zend

.. per instructions here but zend is not working

Then tried deleting the /usr/local/Zend directories as well as the Zend files from /usr/local/directadmin/customapache and then did

./build clean
./build update
./build update_data
./build all
./build zend

no compile errors, zend builds is link for the php.ini and the [zend] section is in it, but it doesn't work.

This seemed to work before the latest updates to DA.

And yes, FreeBSD 4.9

Any help/insight is appreciated.
 
Hello,

I noticed when apache restarts, it says:

shmget() failed: Cannot allocate memory

I then typed "ipcs" to get a list of all shared memory locks. It spat out a huge list of lock ID.. .genenral you only want to see a few. I then ran

ipcrm -m ID

where ID is the id of the lock... I did that for each of the locks that showed up in the list to get rid of the locks. I restarted apache and the shmget error magically dissapeared :)

John
 
Back
Top