Question

Install pdo_pgsql on Cent OS 5 got error!

Asked by: nguyenlocduy

Hi,

I'm installing pdo_pgsql module on my server using 'pecl install pdo_pgsql' and get the following problem:


WARNING: channel "pecl.php.net" has updated its protocols, use "channel-update pecl.php.net" to update
downloading PDO_PGSQL-1.0.2.tgz ...
Starting to download PDO_PGSQL-1.0.2.tgz (14,961 bytes)
.....done: 14,961 bytes
downloading PDO-1.0.3.tgz ...
Starting to download PDO-1.0.3.tgz (52,613 bytes)
...done: 52,613 bytes
12 source files, building
running: phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
/usr/bin/phpize: /var/tmp/PDO/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

ERROR: `phpize' failed
7 source files, building
running: phpize
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
/usr/bin/phpize: /var/tmp/PDO_PGSQL/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.

ERROR: `phpize' failed


Anyone know what is missing here? Thanks

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-10-28 at 09:44:23ID24851657
Tags

Cent

,

Linux

,

PHP

Topics

PHP Installation

,

Fedora Linux

,

Web Servers

Participating Experts
2
Points
500
Comments
12

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Problem with pgsql lib
    I am trying to write a C programming that access to postgresql server. I am developing it on RH Linux 6.0. When I compile my program, I notice there are a few errors /tmp/ccljVjTc.o(.text+0x66): undefined reference to `PQsetdbLogin' /tmp/ccljVjTc.o(.text+0x77): undefined ref...
  2. How do you get pgsql working with PHP3
    I'm running RH 6.1 and apache 1.3.12. PHP3 is installed and running OK as is postgresql. When I try to connect to a pgsql db via PHP3 script I get an undefined function message. I know I need to rebuild PHP3 with pgsql, but how?? All the info I have found on the web is confus...
  3. Passing a string or VARCHAR to a parameterized cursor in …
    I keep getting a parser error when trying to pass this string into my parameterized cursor. Why is this happening? I basically trying to pass a string into my cursor to tell it whether I want to ORDER BY ASC or DESC. In the declare section I have: order_by_flag CHAR; retri...
  4. how to declare arrray type in pl/pgsql
    i need to find out how to declare an array of text together with assigned values in pl/pgsql as in C :--> int a[3]={1,2,3};
  5. how to install pgsql on Linux(Redhat9)
    Hi there, I have a simple Query. My activity is to install pgsql on Linux Redhat9. However I installed postgresql-7.3.2.tar.gz like this…….. [root]# cd /usr/local/src [root]# gzip -cd postgresql-7.3.2.tar.gz | tar xvf - [root]# cd postgresql-7.3.2 [root]# ./configure [roo...
  6. How do I convert pl/pgSQl to mySQL??
    I have this code that I would like to use for my website. Its a script that automatically creates ISRC codes in the database automatically: Basically what I have is a ISRC code of djx the basic format of an ISRC is as follows: US-DJX-YY-00000 (country of origin - company ...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: TheNauticanPosted on 2009-10-28 at 16:22:41ID: 25689286

the phpize failed error seems to indicate you need to install php5-dev first.
Some info can be found here http://gnuski.blogspot.com/2009/08/installing-php-extensions-with-pecl-on.html
also could be issues with the tmp mount. Info found: http://www.webhostingtalk.com/showthread.php?t=562817
the solution was to run mount -o remount,exec,suid /tmp

Let me know if this help.

 

by: mwecomputersPosted on 2009-10-29 at 06:34:15ID: 25693434

When it comes to PECL/PEAR on a CentOS server, make sure the do the following commands as 'root':

'yum install php-devel zlib zlib-devel'

Then you should be able to do 'pecl install pdo_pgsql'.

 

by: nguyenlocduyPosted on 2009-10-29 at 09:23:15ID: 25695330

@mwecomputers: followed your instruction and saw that the packages already installed. It does not work. Thanks.

TheNautican:
Both 2 possibilities is not correct, I worked around with them all but the problem still persists. Thanks also.

 

by: mwecomputersPosted on 2009-10-29 at 09:37:10ID: 25695483

The 'phpize' command is part of the php-devel RPM package.

Please post the output of the following commands:

yum list php-*

yum install php-devel

 

by: nguyenlocduyPosted on 2009-10-29 at 17:39:04ID: 25699426

Thanks,

Running :

yum list php-*

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.netdna.com
* atomic: www.atomicorp.com
* base: centos.mirror.nac.net
* extras: mirror.steadfast.net
* updates: mirrors.netdna.com
addons                                                   |  951 B     00:00
atomic                                                   |  951 B     00:00
base                                                     | 2.1 kB     00:00
extras                                                   | 1.1 kB     00:00
updates                                                  |  951 B     00:00
Installed Packages
php.i386                               5.2.11-2.el5.art                installed
php-cli.i386                           5.2.11-2.el5.art                installed
php-common.i386                        5.2.11-2.el5.art                installed
php-devel.i386                         5.2.11-2.el5.art                installed
php-gd.i386                            5.2.11-2.el5.art                installed
php-imap.i386                          5.2.11-2.el5.art                installed
php-ldap.i386                          5.2.11-2.el5.art                installed
php-mbstring.i386                      5.2.11-2.el5.art                installed
php-mcrypt.i386                        5.2.11-2.el5.art                installed
php-mhash.i386                         5.2.11-2.el5.art                installed
php-mysql.i386                         5.2.11-2.el5.art                installed
php-ncurses.i386                       5.2.11-2.el5.art                installed
php-odbc.i386                          5.2.11-2.el5.art                installed
php-pdo.i386                           5.2.11-2.el5.art                installed
php-pear.noarch                        1:1.7.2-2.el5.art               installed
php-pear-Auth-SASL.noarch              1.0.2-4.el5.centos              installed
php-pear-Console-Getargs.noarch        1.3.4-1.el5.art                 installed
php-pear-Crypt-CBC.noarch              0.4-1.el5.art                   installed
php-pear-Crypt-GPG.noarch              1.0.0-1.el5.art                 installed
php-pear-DB.noarch                     1.7.13-1.el5.centos             installed
php-pear-Date.noarch                   1.4.7-2.el5.centos              installed
php-pear-File.noarch                   1.2.2-1.el5.centos              installed
php-pear-HTTP-Request.noarch           1.4.2-1.el5.centos              installed
php-pear-Image-Canvas.noarch           0.3.1-3.el5.el5.art             installed
php-pear-Image-Color.noarch            1.0.2-6.el5.art                 installed
php-pear-Image-Graph.noarch            0.7.2-5.el5.art                 installed
php-pear-Log.noarch                    1.9.13-1.el5.centos             installed
php-pear-MDB2.noarch                   2.4.1-2.el5.centos              installed
php-pear-MDB2-Driver-mysql.noarch      1.4.1-3.el5.centos              installed
php-pear-Mail.noarch                   1.1.14-2.el5.art                installed
php-pear-Mail-Mime.noarch              1.4.0-1.el5.centos              installed
php-pear-Net-SMTP.noarch               1.2.10-1.el5.centos             installed
php-pear-Net-Sieve.noarch              1.1.5-2.el5.centos              installed
php-pear-Net-Socket.noarch             1.0.8-1.el5.centos              installed
php-pear-Net-URL.noarch                1.0.15-1.el5.centos             installed
php-pear-Numbers-Roman.noarch          1.0.2-3.el5.art                 installed
php-pear-Numbers_Words.noarch          0.15.0-1.el5.art                installed
php-pecl-memcache.i386                 2.2.3-1.el5_2                   installed
php-snmp.i386                          5.2.11-2.el5.art                installed
php-soap.i386                          5.2.11-2.el5.art                installed
php-sqlite2.i386                       5.2.11-1.el5.art                installed
php-xml.i386                           5.2.11-2.el5.art                installed
php-xmlrpc.i386                        5.2.11-2.el5.art                installed
Available Packages
php-Smarty.noarch                      2.6.13-1.el5.art                atomic
php-adodb.noarch                       4.52-1.el5.art                  atomic
php-bcmath.i386                        5.2.11-2.el5.art                atomic
php-dba.i386                           5.2.11-2.el5.art                atomic
php-dbase.i386                         5.1.6-15.el5.centos.1           extras
php-eaccelerator.i386                  1:5.2.11_0.9.5.3-5.el5.art      atomic
php-embedded.i386                      5.2.11-2.el5.art                atomic
php-fpdf.noarch                        1.53-1.el5.art                  atomic
php-ioncube-loader.i386                1:3.3.1-2.el5.art               atomic
php-jpgraph.noarch                     2.2-1.el5.art                   atomic
php-mssql.i386                         5.2.11-2.el5.art                atomic
php-pecl-Fileinfo.i386                 1.0.4-3.el5.centos              extras
php-pecl-apc.i386                      3.1.2-1.el5.art                 atomic
php-pgsql.i386                         5.2.11-2.el5.art                atomic
php-process.i386                       5.2.11-2.el5.art                atomic
php-pspell.i386                        5.2.11-2.el5.art                atomic
php-readline.i386                      5.1.6-15.el5.centos.1           extras
php-recode.i386                        5.2.11-2.el5.art                atomic
php-suhosin.i386                       0.9.27-1.el5.art                atomic
php-tidy.i386                          5.2.11-2.el5.art                atomic
php-zend-optimizer.i386                1:3.3.3-2.el5.art               atomic
php-zts.i386                           5.2.11-2.el5.art                atomic

yum install php-devel

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.netdna.com
* atomic: www.atomicorp.com
* base: centos.mirror.nac.net
* extras: mirror.steadfast.net
* updates: mirrors.netdna.com
addons                                                                                |  951 B     00:00
atomic                                                                                |  951 B     00:00
base                                                                                  | 2.1 kB     00:00
extras                                                                                | 1.1 kB     00:00
updates                                                                               |  951 B     00:00
Setting up Install Process
Package php-devel-5.2.11-2.el5.art.i386 already installed and latest version
Nothing to do


 

by: mwecomputersPosted on 2009-10-29 at 18:55:48ID: 25699723

Try this:

'yum install gcc autoconf make g++'

Then do 'pecl install pdo_pgsql'

 

by: nguyenlocduyPosted on 2009-10-30 at 06:47:06ID: 25702873

Hi,

It returns the result below:

yum install gcc autoconf make g++
Loaded plugins: fastestmirror
Determining fastest mirrors
 * addons: mirror.steadfast.net
 * atomic: www.atomicorp.com
 * base: ftp.lug.udel.edu
 * extras: mirror.steadfast.net
 * updates: mirror.trouble-free.net
addons                                                   |  951 B     00:00
atomic                                                   |  951 B     00:00
base                                                     | 2.1 kB     00:00
extras                                                   | 1.1 kB     00:00
updates                                                  |  951 B     00:00
Setting up Install Process
Package gcc-4.1.2-46.el5.i386 already installed and latest version
Package autoconf-2.59-12.noarch already installed and latest version
Package 1:make-3.81-3.el5.i386 already installed and latest version
No package g++ available.
Nothing to do

 

by: mwecomputersPosted on 2009-10-30 at 06:54:00ID: 25702930

All else fails, try 'yum clean all', 'yum update', 'yum install php-pgsql' then try the 'pecl install pdo_pgsql'.

Once thing I noticed is that you are pointing to the Atomic (ASL) repository. The PHP 5.2.11 build they are using is their own build out/compiled and not one community supported.

 

by: nguyenlocduyPosted on 2009-10-30 at 08:38:50ID: 25704018

Run the above commands. It updated and installed some packages, but then still got the same problem at 'pecl install pdo_pgsql'. I think the problem is because of known bug in PEAR which cause this error:

ERROR: `phpize' failed

I read that in this url http://kai.mactane.org/blog/2009/05/11/workaround-for-pearpecl-failure-with-message-error-phpize-failed/

But I don't have enough expertise to understand and fix those. Can you help?

 

by: mwecomputersPosted on 2009-10-30 at 08:54:16ID: 25704182

To see if this the case with your environment, please post the output of the following command (preferably as a text file attachment -- since it will be rather extensive):

'php -i'

Also, what happens if you do 'phpize -v'?

 

by: nguyenlocduyPosted on 2009-10-30 at 09:29:53ID: 25704575

Hi,

Luckily I found the website here http://systembash.com/content/problem-installing-pecl-php-extensions-while-tmp-is-secured/ which tells about the tmp directory locked. Hence I just do 'mount -oremount,exec /tmp' and run 'pecl install pdo_pgsql' again. And the problem was solved.

Thanks for both, who are really helping me.

 

by: nguyenlocduyPosted on 2009-10-30 at 09:33:08ID: 31647070

Share the point for both, hope that's fair for you. Thanks again.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...