Opened 15 years ago
Closed 15 years ago
#21441 closed defect (invalid)
No postgresql support after php5-postgresql install
Reported by: | jsf@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | php5-postgresql |
Description
I have installed
php5 - 5.3.0_2+apache2+macosx
and
php5-postgresql - 5.3.0_0+postgresql83
But I still haven't postgresql support in php.
I have recompiled both ports several times with no effect.
Postgresql support worked fine when marked as a variant in earlier version of the php5 port, but this dos not seem to work any more.
I have had a look in my php.ini for a place to enabled postgresql, but could not find any hints.
Change History (5)
comment:1 Changed 15 years ago by blb@…
Milestone: | MacPorts 1.8.1 |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Priority: | High → Normal |
comment:2 follow-up: 3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 follow-up: 4 Changed 15 years ago by jsf@…
Replying to ryandesign@…:
Do you have extension_dir defined in your php.ini? If so, remove that line and let php use its default location for extensions.
I have extension_dir set as follow:
extension_dir = "./"
comment:4 Changed 15 years ago by jsf@…
Replying to jsf@…:
Replying to ryandesign@…:
Do you have extension_dir defined in your php.ini? If so, remove that line and let php use its default location for extensions.
I have extension_dir set as follow:
extension_dir = "./"
Sorry.... misunderstood you question... I have disabled the line and it seems to work fine now. Thanks
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Great! Enjoy.
Do you have extension_dir defined in your php.ini? If so, remove that line and let php use its default location for extensions.