Re: [ADMIN] CMS - portal server Question

2006-08-25 Thread Sergiusz Jarczyk
Hi Achilleas Achilleas Mantzios wrote: Hi, i am thinking of deploying a CMS system for our corporate web server. I have seen/installed/tested : Jboss Portal : Seeems good and standards complying but too unstable Apache Lenya : Very unstable - could not get it to any useful work Php-nuke :

Re: [ADMIN] Problem building initdb on sparc10

2006-05-30 Thread Sergiusz Jarczyk
Hi [...] I ran ldd on libpq.so ldd interfaces/libpq/libpq.so libresolv.so.2 => /lib/libresolv.so.2 libsocket.so.1 => /lib/libsocket.so.1 libnsl.so.1 => /lib/libnsl.so.1 *libgcc_s.so.1 => (file not found)* libc.so.1 => /lib/libc.so.1 libmp.so.2 => /lib/libmp.so.2 libmd5.so.1 => /lib/libmd5.so.1

Re: [ADMIN] Postgresql 8.0.3, symbolic link to /var/lib/pgsql/data/base

2005-09-28 Thread Sergiusz Jarczyk
Hi again Have you tried to run the postmaster with the new location by hand, i.e.: postmaster -i -D /home/pgsql Sergiusz ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [ADMIN] Postgresql 8.0.3, symbolic link to /var/lib/pgsql/data/base

2005-09-28 Thread Sergiusz Jarczyk
Hi Jeffrey Jeffrey Tenny wrote: I'm trying to move my databases to another drive. With postmaster off, I create: /home/pgsql mv /var/lib/pgsql/data/base /home/pgsql/ I make sure that /home/pgsql is owned by postgres, and only 'rwx' for the owner. All the permissions look fine. from /va

Re: [ADMIN] plperl again but different problem

2005-09-13 Thread Sergiusz Jarczyk
Marcin Giedz napisał(a): OK ... I have compiled it once again - really don't know why this time libperl is visible?: pgsql2-test:/usr/src/postgresql-8.0.3/src/pl/plperl# pgsql2-test:/usr/src/postgresql-8.0.3/src/pl/plperl# ldd libplperl.so libperl.so => /usr/lib/libperl.so (0xb7ed1000

Re: [ADMIN] plperl again but different problem

2005-09-13 Thread Sergiusz Jarczyk
Hi Here is what I have: [EMAIL PROTECTED]:~$ dpkg -l | grep -i perl ii libcompress-zl 1.34-1 Perl module for creation and manipulation of ii libdbi-perl1.46-6 Perl5 database interface by Tim Bunce ii libft-perl 1.2-14 Perl module for the FreeType library ii l

Re: [ADMIN] plperl again but different problem

2005-09-13 Thread Sergiusz Jarczyk
Hi Tom Lane napisał(a): Marcin Giedz <[EMAIL PROTECTED]> writes: I don't see any libperl.so :( But doesn't plperl use shared libperl library? Yeah, it's supposed to. On an FC4 machine I get $ ldd libplperl.so linux-gate.so.1 => (0x00682000) libperl.so => /usr/lib/pe

Re: [ADMIN] plperl again but different problem

2005-09-13 Thread Sergiusz Jarczyk
Hi again My PostgreSQL (built from sources) is running on Sarge too, bit I didn't have any such a problems. What's more, I have both Perls installed in standard places. Try to run 'locate *libperl*' to check if there isn't more then one on your system. Sergiusz ---(en