From:             [EMAIL PROTECTED]
Operating system: RH 6.2
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  Undefined symbol in libphp4.so

I was trying to upgrade PHP from 3 to 4; downloaded 
php-4.1.2 from php.net, then did as was discribed in manual.
Compilation/installation gave OK responce.
Conf string: ./configure --with-apxs=... --with-pgsql=...

Strting apache gave an error like 
Undefined symbol "pcre_XXX" in libphp4.so
I've checked that i've got no pcre lib installed. So, i did
install it. Then i've listed some reports here and tried the solution like
updating Makefile after "./configure"
adding parameter -lpcre to ld commandline.
Nothing changed (just another "pcre_XXXX was reported).
I've added -lpcreposix - the same.
I've adder --without-pcre-regex option to configure.
Again the same, but now:
php_pcre_replace reported as undefined symbol (was
php_pcre_compile).
I've downloaded the latest 1.x Apache (1.24) and installed
it. Then tried again - nothing changed.
What was i doing wrong ???


-- 
Edit bug report at http://bugs.php.net/?id=16425&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16425&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16425&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16425&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16425&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16425&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16425&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16425&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16425&r=submittedtwice

Reply via email to