php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2646 Apache - Compile Error
Submitted: 1999-10-31 14:48 UTC Modified: 1999-11-07 09:48 UTC
From: anmue at gmx dot de Assigned:
Status: Closed Package: mcrypt related
PHP Version: 3.0.12 OS: Suse Linux 6.1 / 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: anmue at gmx dot de
New email:
PHP Version: OS:

 

 [1999-10-31 14:48 UTC] anmue at gmx dot de
Hello, 

i using mcrypt 2.25, apache 1.3.9  and php 3.0.12
Compile mcrypt and php is okay
by Apache-Compiling is following error:

gcc -c  -I./os/unix -I./include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite  modules.c
gcc -c  -I./os/unix -I./include   -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite  buildmark.c
gcc  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite     \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php3/libphp3.a main/libmain.a ./os
/unix/libos.a ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/local
/pgsql/lib -Wl,-rpath,/usr/local/lib  -L/usr/lib -lttf -L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lmcrypt -
Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3                        -lpam -lm -ldl -lcrypt -
lnsl  -lresolv  -lm -lcrypt -lgdbm
modules/php3/libphp3.a(pcre.o): warning: multiple common of `pcre_cache'
modules/php3/libphp3.a(internal_functions.o): warning: previous common is here
modules/php3/libphp3.a(internal_functions.o): In function `getParametersArray':
/source/php-3.0.12/internal_functions.c:223: undefined reference to `mcrypt_module_entry'
collect2: ld returned 1 exit status
make: *** [target_static] Error 1
root@pinguin:/source/apache_1.3.9/src >



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-07 09:48 UTC] sas at cvs dot php dot net
You need to do a make clean after a reconfiguration. Additionally, PHP 3.0.13 is needed to work with recent mcrypt versions.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 10:01:28 2024 UTC