Your /etc/php3.ini should looks like : 
(...)
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
; if you wish to have an extension loaded automaticly, use the
; following syntax:  extension=modulename.extension
; for example, on windows,
; extension=msql.dll
; or under UNIX,
; extension=msql.so
extension=pgsql.so  ;<- this linne you must add manually !
(...)

And RTFM under /usr/doc/* !!!!!

Adam.

*********** REPLY SEPARATOR ***********

On 98-07-20, at 12:59, Guido Bozzetto wrote: 

>I'm trying to use postgreSQL and php3 together but don't work.
>I've seen the php3 installed files and also the calendar php3
>module don't work. What's wrong, what can I do ?
>Here are the messages:
>
>Fatal error: Call to unsupported or undefined function pg_connect()
>Fatal error: Call to unsupported or undefined function gregoriantojd()
>
>
>Thanks,
>                               Guido.


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to