473,408 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

recode collides with mysql when re-configuring php

Hello all-

When I attempt to configure php with the recode library I get the
following error:

configure: error: recode extension can not be configured together
with: mysql

Here's my configuration options:
=================
'./configure' '--prefix=/usr/local/php' '--enable-mbstring' '--enable-
force-cgi-redirect' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-
mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/
mysql_config' '--with-gd' '--with-jpeg-dir=/usr/local/bin' '--with-png-
dir=/usr/local/bin' '--with-zlib-dir=/usr/local/bin' '--with-curl' '--
with-recode'
=================

Here's my system info:
=================
Linux version 2.6.9-34.ELsmp (buildcentos@build-i386) (gcc version
3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Wed Mar 8 00:27:03 CST 2006

Any help appreciated!

-Eric
Jan 23 '08 #1
2 2565
When I put the with-recode bit BEFORE the with-mysql bits, it worked
the first time. hopefully this post will help those that follow.

On Jan 23, 3:00*pm, Eric West <pumpkinheadgi...@gmail.comwrote:
Hello all-

When I attempt to configure php with the recode library I get the
following error:

configure: error: recode extension can not be configured together
with: mysql

Here's my configuration options:
=================
'./configure' '--prefix=/usr/local/php' '--enable-mbstring' '--enable-
force-cgi-redirect' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-
mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/
mysql_config' '--with-gd' '--with-jpeg-dir=/usr/local/bin' '--with-png-
dir=/usr/local/bin' '--with-zlib-dir=/usr/local/bin' '--with-curl' '--
with-recode'
=================

Here's my system info:
=================
Linux version 2.6.9-34.ELsmp (buildcentos@build-i386) (gcc version
3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Wed Mar 8 00:27:03 CST 2006

Any help appreciated!

-Eric
Jan 24 '08 #2
Grrr... I got configure working and now am blocked by 'make'.

I get the following error:

main/.libs/output.o(.text+0x7ad): In function `php_ob_init_named':
/usr/local/src/php-5.1.6/main/output.c:424: undefined reference to
`php_ob_gzhandler_check'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Crazy old man mumbling to himself,
Eric

On Jan 24, 11:53*am, Eric West <pumpkinheadgi...@gmail.comwrote:
When I put the with-recode bit BEFORE the with-mysql bits, it worked
the first time. hopefully this post will help those that follow.

On Jan 23, 3:00*pm, Eric West <pumpkinheadgi...@gmail.comwrote:
Hello all-
When I attempt to configure php with the recode library I get the
following error:
configure: error: recode extension can not be configured together
with: mysql
Here's my configuration options:
=================
'./configure' '--prefix=/usr/local/php' '--enable-mbstring' '--enable-
force-cgi-redirect' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-
mysql=/usr/local/mysql' '--with-mysqli=/usr/local/mysql/bin/
mysql_config' '--with-gd' '--with-jpeg-dir=/usr/local/bin' '--with-png-
dir=/usr/local/bin' '--with-zlib-dir=/usr/local/bin' '--with-curl' '--
with-recode'
=================
Here's my system info:
=================
Linux version 2.6.9-34.ELsmp (buildcentos@build-i386) (gcc version
3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Wed Mar 8 00:27:03 CST 2006
Any help appreciated!
-Eric- Hide quoted text -

- Show quoted text -
Jan 24 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: philippe Tressard | last post by:
Hi, I've 2 instances of apache 1.3.27 with php 4.2.3 and mysql 3.23.42 running on the same server. The 1st apache listens the port number 80 and communicates with the 1st mysql with the...
6
by: das dsf | last post by:
Hi there! I have both PHP 4.0( RPM) installed and MySQL 4.0.20 installed with the mysqld daemon up and running. But when I look at the output of phpinfo() , I do not see it there, which is...
7
by: atlasyeo | last post by:
Hi, my first time posting on a newsgroup. anyway, let's cut to the chase. I'm trying to migrate mysql database form one server to another server. So I copied the data from /var/lib/mysql to the...
8
by: William Drew | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.databases.mysql This is an invitation to discuss the following proposal to create newsgroup comp.databases.mysql. Please note that YOU...
2
by: francescomoi | last post by:
Hi. I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: ---------------------------------- # export PATH=$PATH:/usr/local/mysql/bin/ # export mysqlclient=mysqlclient_r # python setup.py...
0
by: JL | last post by:
Platform: Linux Red Hat RHEL 3 (and red hat 9) Installed MySQL from source. As a matter of fact, installed all LAMPS from source, and the mysql socket file was arranged in a place other than...
0
by: P Srinivasulu | last post by:
When Mysql runs on machine with multiple NIC's. Mysql server takes the IP Address that we specify in the configuration file. This IP Address may or may not be a primary IP Address of that machine....
0
by: Lenz Grimmer | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, MySQL 4.0.14, a new version of the popular Open Source/Free Software Database, has been released. It is now available in source and binary...
3
by: Kirk Soodhalter | last post by:
Hi, This started as a phpmyadmin problem, but has somehow morphed into a mysql problem. I don't know how to fix it. I am posting the conversation from a php newsgroup since it started there. ...
1
by: bnniii | last post by:
I'm not too familiar with Access and I am guessing this wont be too hard, so what I am trying to do is use a query to reverse code a set of values between 0 and 10 and then standardize them on a 100...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.