[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Error on 'make install' PHP4.06
- Subject: [cobalt-users] Error on 'make install' PHP4.06
- From: "Alex Barger" <abarger@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Jul 18 03:42:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am trying to install the latest PHP4 as well, and I have followed the
directions on php.net's site as well as the references from the user group.
So far I am to the point where it configures properly with the mysql libs,
but I receive an error when i 'make install'
The error I get is from Zend:
.....
'from zend_language_scanner.c:2719: /usr/include/bits/local_lim.h:28:
undefined # directive
make[1]:*** [zend_language_scanner.lo] Error 1
make[1]: Leaving directory `/home/opt/php/Zend' // My php source
directory
make: *** [install-recursive] Error 1
end
I read on PHP's FAQ section that my compiler may be messed up and used their
directions to test it,
and it tested ok.
However, The following info to fix apxs worked: ( so i am one step closer in
that regard)
Edit following lines in /usr/sbin/apxs:
Line 80:
my $CFG_SBINDIR = '/usr/sbin'; # substituted via APACI install
^
Line 203:
($rc, @ARGV) = &Getopts("qn:gco:I+D+L+l+S+W+iaA", @ARGV);
Have a good day.
Alex Barger
Sharp Innovations