Hi! Since there is no new update for PHP for Suse 9.0 for x86_64 with latest PHP (4.3.8) I am trying to build it. But there are problems. It cannot find libjpeg. I tried to put --with-jpeg-dir=/usr/lib64 --with-jpeg-dir=/usr/ but nothings works. Does someone has latest php build? Perhaps in src.rpm? Thanks. MIlan
Hi, try to add this configure parameter: --with-_lib=lib64 --with-jpeg-dir=/usr it works fine for me... maybe u need to install the 32bit version of the libjpeg Package: yast --install libjpeg-32bit btw. I must edit manually the configure script to use the external MySQL modul: --- ./configure 2004-07-14 16:04:11.000000000 +0200 +++ ./configure.original 2004-07-13 16:53:07.000000000 +0200 @@ -56120,7 +56120,7 @@ MYSQL_MODULE_TYPE=external - for i in lib64 lib64/mysql lib lib/mysql; do + for i in lib lib/mysql; do str="$MYSQL_DIR/$i/libmysqlclient.*" for j in `echo $str`; do ----- Original Message ----- From: "Milan Gabor" <milan.gabor@utrip.net> To: <suse-amd64@suse.com> Sent: Tuesday, July 27, 2004 7:38 AM Subject: [suse-amd64] Suse 9.0 for x86_64 and php 4.3.8
Hi!
Since there is no new update for PHP for Suse 9.0 for x86_64 with latest PHP (4.3.8) I am trying to build it. But there are problems. It cannot find libjpeg. I tried to put --with-jpeg-dir=/usr/lib64 --with-jpeg-dir=/usr/ but nothings works.
Does someone has latest php build? Perhaps in src.rpm?
Thanks.
MIlan
-- Check the List-Unsubscribe header to unsubscribe For additional commands, email: suse-amd64-help@suse.com
Hi, I had the same problem with Suse 9.1. I made some modifications to "configure" file, and I can compile php 4.3.8 with 64 bit libraries. Nicolas Moreno. Bs. As. - Argentina. On Tue, 2004-07-27 at 02:38, Milan Gabor wrote:
Hi!
Since there is no new update for PHP for Suse 9.0 for x86_64 with latest PHP (4.3.8) I am trying to build it. But there are problems. It cannot find libjpeg. I tried to put --with-jpeg-dir=/usr/lib64 --with-jpeg-dir=/usr/ but nothings works.
Does someone has latest php build? Perhaps in src.rpm?
Thanks.
MIlan
I have performed the safe install but the system freezes after a random period. Has anyone successfully installed 9.1 pro on this system ? System Appro 1122HS MB Tyan S2881 onboard SCSI Adaptec AIC-7902W Thanks in advance, John
On Tue, 27 Jul 2004 16:34:24 +0100 "JohnShep" <suse@boxrec.com> wrote:
I have performed the safe install but the system freezes after a random period. Has anyone successfully installed 9.1 pro on this system ?
System Appro 1122HS MB Tyan S2881 onboard SCSI Adaptec AIC-7902W
I get a similar problem on different hardware:- MSI K8 Master2-FAR, opteron 242s, 2GB memory, nVidia FX5200 with NV driver It locks up every 5-10 days. Current hypotheses being explored are: - i/o problems (the manufacturers rather optimistically have put two large IDE drives on the same channel). I'm thinking of getting a separate IDE controller. - software problems (it has happened quite a lot when using browsers) - heating problems. One possibility is to install a fan near the memory modules. CPU temperatures seem OK. - possible fluctuations in the mains power supply (I have a simple power filter, but maybe a more sophisticated UPS is needed). - Richard -- Richard Kimber http://www.psr.keele.ac.uk/
I have a Tyan dual Opteron and it freezes also. What I have found it usually freezes after I log out of kde do lately I have been locking my workstation instead of logging out and so far no freezes On Tuesday 27 July 2004 11:46, rkimber@ntlworld.com wrote:
On Tue, 27 Jul 2004 16:34:24 +0100
"JohnShep" <suse@boxrec.com> wrote:
I have performed the safe install but the system freezes after a random period. Has anyone successfully installed 9.1 pro on this system ?
System Appro 1122HS MB Tyan S2881 onboard SCSI Adaptec AIC-7902W
I get a similar problem on different hardware:- MSI K8 Master2-FAR, opteron 242s, 2GB memory, nVidia FX5200 with NV driver
It locks up every 5-10 days. Current hypotheses being explored are:
- i/o problems (the manufacturers rather optimistically have put two large IDE drives on the same channel). I'm thinking of getting a separate IDE controller.
- software problems (it has happened quite a lot when using browsers)
- heating problems. One possibility is to install a fan near the memory modules. CPU temperatures seem OK.
- possible fluctuations in the mains power supply (I have a simple power filter, but maybe a more sophisticated UPS is needed).
- Richard -- Richard Kimber http://www.psr.keele.ac.uk/
-- Ray
Hi Folks, FWIW, here's my experience with the following current environment: Tyan K8W (s2875), bios 2.02 two 246 Opteron processors 4-Gb PC3700 RAM, with ECC SiL 3114 SATA, bios vers. 5.0.37 three Maxtor 6Y200M0 200-MB SATA disks, swap partition on each SuSE kernel 2.6.5-7.95-smp I wanted to try the SATA drives, this whole setup is a test to see if SuSE/Opteron is ready to replace our Sun Enterprise 4000 SPARC system, which is getting really long in the tooth. I experienced freeze-ups when running an FFT benchmark program when I first set the system up using the (then) latest "Beta" BIOS version. I then reflashed to the latest production BIOS, which took care of the benchmark freezing. Then, after further testing, I noticed that a recursive grep would cause the OOM (Out Of Memory) kernel module to kick in and say "KILLED", afterwhich the system silently crashes. After fiddling around with BIOS settings, I isolated the problem to the Northbridge Memory Configuration "Adjust Memory" choice being "auto" or "manual". If the choice is "Disabled" the OOM condition doesn't appear. I'm still having problems with the board reliably detecting the SATA disks, but this happens even before the OS is bootstrapped. I also can't get SuSE to recognize more than three SATA disks, but this may also be a MOBO problem. All in all, I'm very impressed with SuSE and its support for the Opterons. Good work, SuSE! Regards, Lew Wolfgang Ray Carlino wrote:
I have a Tyan dual Opteron and it freezes also. What I have found it usually freezes after I log out of kde do lately I have been locking my workstation instead of logging out and so far no freezes
On Tuesday 27 July 2004 11:46, rkimber@ntlworld.com wrote:
On Tue, 27 Jul 2004 16:34:24 +0100
"JohnShep" <suse@boxrec.com> wrote:
I have performed the safe install but the system freezes after a random period. Has anyone successfully installed 9.1 pro on this system ?
System Appro 1122HS MB Tyan S2881 onboard SCSI Adaptec AIC-7902W
I get a similar problem on different hardware:- MSI K8 Master2-FAR, opteron 242s, 2GB memory, nVidia FX5200 with NV driver
It locks up every 5-10 days. Current hypotheses being explored are:
- i/o problems (the manufacturers rather optimistically have put two large IDE drives on the same channel). I'm thinking of getting a separate IDE controller.
- software problems (it has happened quite a lot when using browsers)
- heating problems. One possibility is to install a fan near the memory modules. CPU temperatures seem OK.
- possible fluctuations in the mains power supply (I have a simple power filter, but maybe a more sophisticated UPS is needed).
- Richard -- Richard Kimber http://www.psr.keele.ac.uk/
Hi Folks, I'm trying to compile mplayer MPlayer-1.0pre5 on a 9.1 install when I get the following errors: cc -c -I../libvo -I../../libvo -O4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../osdep -I/usr/include/freetype2 -I/usr/include/directfb -DMPG12PLAY -o vo_fbdev.o vo_fbdev.c In file included from /usr/include/asm/pda.h:4, from /usr/include/asm-x86_64/thread_info.h:14, from /usr/include/asm/thread_info.h:4, from /usr/include/linux/thread_info.h:21, from ../osdep/kerneltwosix.h:4, from vo_fbdev.c:21: /usr/include/asm-x86_64/pda.h:26: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) /usr/include/asm-x86_64/pda.h:26: error: requested alignment is not a constant In file included from /usr/include/asm/processor.h:4, from /usr/include/linux/prefetch.h:13, from /usr/include/linux/list.h:7, from ../osdep/kerneltwosix.h:5, from vo_fbdev.c:21: /usr/include/asm-x86_64/processor.h:229: error: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) /usr/include/asm-x86_64/processor.h:229: error: requested alignment is not a constant make[1]: *** [vo_fbdev.o] Error 1 make[1]: Leaving directory `/usr/src/packages/SOURCES/MPlayer-1.0pre5/libvo' make: *** [libvo/libvo.a] Error 2 Does anyone have any ideas? Thanks, Lew Wolfgang
Hi, I'am interesseted on modifications you made to the configure file! Maybe u can post the changes?! (diff -u) greetings Kai ----- Original Message ----- From: "Nicolás Moreno" <nmoreno@fibertel.com.ar> To: <suse-amd64@suse.com> Sent: Tuesday, July 27, 2004 3:50 PM Subject: Re: [suse-amd64] Suse 9.0 for x86_64 and php 4.3.8
Hi, I had the same problem with Suse 9.1. I made some modifications to "configure" file, and I can compile php 4.3.8 with 64 bit libraries.
Nicolas Moreno. Bs. As. - Argentina.
On Tue, 2004-07-27 at 02:38, Milan Gabor wrote:
Hi!
Since there is no new update for PHP for Suse 9.0 for x86_64 with latest PHP (4.3.8) I am trying to build it. But there are problems. It cannot find libjpeg. I tried to put --with-jpeg-dir=/usr/lib64 --with-jpeg-dir=/usr/ but nothings works.
Does someone has latest php build? Perhaps in src.rpm?
Milan Gabor <milan.gabor@utrip.net> writes:
Hi!
Since there is no new update for PHP for Suse 9.0 for x86_64 with latest PHP (4.3.8) I am trying to build it. But there are problems. It cannot find libjpeg. I tried to put --with-jpeg-dir=/usr/lib64 --with-jpeg-dir=/usr/ but nothings works.
Does someone has latest php build? Perhaps in src.rpm?
I suggest to look at the SUSE src.rpm and see what's done there... Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
participants (8)
-
Andreas Jaeger
-
JohnShep
-
Kai-H. Weutzing
-
Lewis Wolfgang
-
Milan Gabor
-
Nicolás Moreno
-
Ray Carlino
-
rkimber@ntlworld.com