Re: [eis1] und fx-project
Peter Schauder <[email protected]>
| Newsgroups | spline.eisfair |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
On Wed, 24 Nov 2010 12:15:54 +0100, Holger Bruenjes <[email protected]> wrote: Hi Holger > >Hast Du die PostgreSQL unterstuetzung auch in PHP eingeschaltet? > nö, hatte ich nicht. Funktioniert aber nicht. Beim Starten des Apachen ohne Postgres im PHP an bekomme ich diese Meldungen im Apache Error Log: [notice] Digest: generating secret for digest authentication ... [notice] Digest: done PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/pdf.so' - libpdf.so.6: cannot open shared object file: No such file or directory in Unknown on line 0 [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [notice] Apache/2.2.16 (Unix) PHP/5.2.14 with Suhosin-Patch configured -- resuming normal operations Sieht ja eigendlich nicht gut aus, aber der Apache läuft immerhin. Wenn ich postgres in PHP einschalte, bekomme ich das: [notice] Graceful restart requested, doing restart <br /> <b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/pdf.so' - libpdf.so.6: cannot open shared object file: No such file or directory in <b>Unknown</b> on line <b>0</b><br /> <br /> ... 5 mal die gleiche Meldung.... <b>Warning</b>: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/pdf.so' - libpdf.so.6: cannot open shared object file: No such file or directory in <b>Unknown</b> on line <b>0</b><br /> [notice] Digest: generating secret for digest authentication ... [notice] Digest: done PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/extensions/pdf.so' - libpdf.so.6: cannot open shared object file: No such file or directory in Unknown on line 0 Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 75: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed! Also der 1. Teil ist ja ähnlich und scheint ja nicht den groÃen Effekt zu haben, aber das untere Ende kann ich überhaupt nicht so richtig interpretieren. Kannst du da helfen? >Holger Gruà Peter