[kronolith] MCAL and Solaris problem

Brandon Knitter knitterb@blandsite.org
Mon, 25 Mar 2002 23:21:52 -0800


I'm having issues compiling on solaris as well, PHP dies building cause it
cannot find the getcwd function.  I poked around inside of config.log and it
looks like the test for that is puking.  I'm getting the exact same things as
the following message:

http://marc.theaimsgroup.com/?l=kronolith&m=101061559913030&w=2

Anyone else have luck getting PHP to build on Solaris 8 with MCAL?

My configure looks like:


./configure \
    --with-apxs=/usr/local/apache/bin/apxs \
    --with-openssl=/usr/local/ssl/ \
    --with-pgsql \
    --with-ldap=shared \
    --with-imap \
    --with-gettext \
    --with-mcal=/usr/local/mcal

And I do have the include/ and lib/ under /usr/local/mcal (just to persist on
the directions instructions).

-- 
-bk