>
> With MySQL I get the "document contains no data" in the browser and
> the following in the httpd error log ...  "child pid 24469 exit signal
> Segmentation fault (11)".
>

This because of some problem with mod_perl and PHP when both loaded in the
same Apache process. Search the embperl and/or modperl maillinglist archive
for a solution. (You may also try the mod_perl guide from perl.apache.org)

>
> With PostgreSQL using the same example page(DBIx::Recordset -
> recordset.htm) I get this error...
>
> [26259]ERR: 32: Line 21: Warning in Perl code: DBI->connect(friends)
failed:
> ERROR: Missing '=' after 'friends' in conninfo
> at /usr/lib/perl5/site_perl/5.005/DBIx/Recordset.pm line 181
>

I guess you should give your db name as

'!DataSource' => 'dbi:Pg:dbname=friends'

This is the normal syntax for a DSN with DBD::Pg. See

perldoc DBD::Pg

for more informations.

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to