php-install Digest 26 Jun 2003 21:30:06 -0000 Issue 1438
Topics (messages 11157 through 11158):
problems with make-command (undefined reference: __ctype_b)
11157 by: Mikko Hämäläinen
Re: [ERR] [PHP-INST] session_start undefined
11158 by: dayton.brooklyn.cuny.edu
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I'm trying to install php-4.3.2 to a RedHat 9 - system. When I run the "make" -
command I get first loads of text (I guess thats ok?) followed by several errors
concerning "undefined reference to '__ctype_b'".
I've traced the problem to the renamed (in RH9) variable __ctype_b_loc (earlier it was
__ctype_b) in the file '/usr/include/ctype.h'. The problem is also discussed at the RH
bugzilla (http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=86465).
I was wondering if anybody has encountered this problem before and how he/she got past
it (downgrading to RH8 ;-) ?)..
I'm new to (this is my first time installing ANYTHING to Linux) *NIX-systems so the
problem can simply reside between the chair and the monitor, but I'd appreciate any
help you gus can give..
Mikko Hämäläinen
Espoon-Vantaan teknillinen ammattikorkeakoulu - EVTEK
--- End Message ---
--- Begin Message ---
Well it turned out to be operator error (at least session_start problem).
It was a weird interaction between a script I use to invoke make(1) and the
FreeBSD ports.
thanks anyway
dayton
dayton> Folks,
dayton> I've been using php w/apache for some time but I've encountered
dayton> two problems while installing it on a new laptop which I use for
dayton> development & testing. The first problem is more important to
dayton> me but I figure the two problems may be related.
dayton> 1) session_start() is undefined. It is undefined when I access
dayton> a script via apache 1.3 and when I run scripts by hand. It
dayton> arises both when I start tikiwiki and my home grown system.
dayton> 2) If I start apache with mod_php3, httpd gets a SEGV and dumps
dayton> core. If I comment out the two mod_php3 lines in the httpd.conf
dayton> apache starts up.
dayton> Specs: FBSD 4.8. XFree86 4.3.0, Apache/1.3.27, Php 4.3.2RC4.
dayton> I've reinstalled php and apache several times. Searching the
dayton> archives hasn't produced anything. Nothing obviously wrong in
dayton> the config files.
dayton> Any ideas as to what this is? I assume it's something simple,
dayton> but I haven't found it yet.
dayton> thanks dayton
dayton> -- PHP Install Mailing List (http://www.php.net/) To
dayton> unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---