PHP 4.1.1 & MySql 3.23.47 & Apache 3.1.14

Pagina: 1
Acties:

  • TheRookie
  • Registratie: December 2001
  • Niet online

TheRookie

Nu met R1200RT

Topicstarter
Ik draai op het moment php 4.0.3 met mysql support.
Nu leek het mij een goed plan om te upgraden naar 4.1.1 :)

Zo gezegd, zo gedaan.
Nu krijg ik alleen de exacte foutmelding die hier beschreven staat (httpd dumps core).

De oplossing is
remove the switch in the spec file that turns on the threaded client code
aleen welke switch is dat |:(

Verwijderd

Wat dacht je van PHP opnieuw te compilen met de MySQL libs uit je MySQL include directory en niet met de standaard libs die bij PHP zitten?

Op deze fiets:

./configure ..blabla.. --with-mysql=/waar/je/mysql/libs/staan ...

Zo ongeveer, voor de excate oplossing, zie de PHP documentatie.

  • TheRookie
  • Registratie: December 2001
  • Niet online

TheRookie

Nu met R1200RT

Topicstarter
Wat dacht je ervan dat ik dat al geprobeerd had ? |:(
zoals de pagina zegt moet je MySQL anders compilen, niet php ....

m'n configure commandline voor php :
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
'./configure' '--with-apxs=/usr/sbin/apxs' \
'--with-config-file-path=/var/www/conf' \
'--enable-calendar' \
'--enable-bcmath' \
'--enable-trans-sid' \
'--enable-versioning' \
'--with-yp' \
'--with-pcre-regex' \
'--with-xml' \
'--with-zlib' \
'--without-gdbm' \
'--without-gettext' \
'--disable-ftp' \
'--without-imap' \
'--without-ldap' \
'--without-mhash' \
'--without-mm' \
'--without-recode' \
'--without-snmp' \
'--without-openssl' \
'--with-gd=shared,/usr/local' \
'--enable-gd-native-ttf' \
'--with-jpeg-dir=/usr/local/lib' \
'--with-png-dir=/usr/local/lib' \
'--with-freetype-dir=/usr/local/include/freetype2/freetype' \
'--without-pdflib' \
'--disable-dbase' \
'--disable-filepro' \
'--with-mysql=/usr/local' \
'--without-pgsql' \
'--prefix=/usr/local' \
'--sysconfdir=/etc'

(een kopie van de configure commandline van m'n werkende php 4.0.3 + mysql config ....

  • _JGC_
  • Registratie: Juli 2000
  • Laatst online: 01:02
Waarom compileer je dat ding niet static in Apache 1.3.23?

En Apache 3.1.14, bestond die :? Zo ja, geef eens een URL, we zijn nog maar bij Apache 2.0.28 beta ;)