guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?


From: David Pirotte
Subject: Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?
Date: Tue, 28 Aug 2001 15:57:51 +0200

Thomas Wawrzinek wrote:
> 
> Hi!

> I must admit, that the output is a bit of a mystery to me, too. It seems
> there are inter-dependencies between postgres and pgsql, are there?

---- some background

I've always been impressed by people who can help me discovering things on my
own machine!

I think rpm is a little brain damaged, because i used it to remove the
postgres that comes with the distribution: however, it did not delete
all files!

so I did delete all in /usr/lib, because I use the postgres tarball and
configure/compile/install in /usr/local/pgsql

it works fine (i mean postgres), the postmaster is running ok and i can
have a psql shell and query, so everything is ok on that side

I had to change things in libpostgres.la, it was refering to /usr/lib
as well (attached the modified version)

---- bug, still

Now, i have retested the example and it still have a problem:

sometimes it looks for libpostgres.so and finds it,
sometimes it looks for libpostgres and does not find it (without ext)

        ...
        open("/usr/local/lib/libpostgres.so", O_RDONLY) = 6
        ...
        open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file 
or directory)

i don't know why it does it in 2 different ways neither what I  should do to 
avoid
it

complete output attached
thanks, many thanks for your help
david

ps:     in the mean time i am trying to compile a new guile-pg, but it
        fails, I sent a message to Ian and to spacey-guile-pg to 


;; - the postgres.scm is now as is:

(if (not (defined? 'pg-guile-pg-loaded)) ;; Unless already loaded (static) ...
  (dynamic-call "init_postgres"
                ;; (dynamic-link "/usr/local/lib/libpostgres.so")
                ;; (dynamic-link "/usr/local/lib/libpostgres")
                ;; (dynamic-link "libpostgres.so")
                (dynamic-link "libpostgres")
                ))

(define-module (database postgres))

(define-public (pg-guile-pg-module-config-stamp) "Tue Aug 28 00:12:37 CEST 
2001")
(define-public (pg-guile-pg-module-version) "0.07")
(define-public (pg-guile-pg-module-rcsid)
               "$Id: postgres.scm.in,v 1.3 2000/05/31 11:59:07 iang Exp $")
execve("/usr/local/bin/guile", ["guile", "-s", "./db-test.scm"], [/* 79 vars 
*/]) = 0
uname({sys="Linux", node="faust", ...}) = 0
brk(0)                                  = 0x8049b14
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/local/lib/i686/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/lib/i686/mmx", 0xbfffe68c) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/i686/libguile.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/i686", 0xbfffe68c) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/mmx", 0xbfffe68c) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libguile.so.10", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\257"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1628370, ...}) = 0
old_mmap(NULL, 634208, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40017000
mprotect(0x400a9000, 36192, PROT_NONE)  = 0
old_mmap(0x400a9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x91000) = 0x400a9000
old_mmap(0x400ac000, 23904, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400ac000
close(4)                                = 0
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/i686/mmx/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/lib/i686/mmx", 0xbfffe67c)     = -1 ENOENT (No such file or directory)
open("/lib/i686/libdl.so.2", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfffe67c)         = -1 ENOENT (No such file or directory)
open("/lib/mmx/libdl.so.2", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib/mmx", 0xbfffe67c)          = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\34"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=14328, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x400b2000
old_mmap(NULL, 12340, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400b3000
mprotect(0x400b5000, 4148, PROT_NONE)   = 0
old_mmap(0x400b5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x1000) = 0x400b5000
old_mmap(0x400b6000, 52, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400b6000
close(4)                                = 0
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcrypt.so.1", O_RDONLY)    = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\17"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=26670, ...}) = 0
old_mmap(NULL, 184476, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400b7000
mprotect(0x400bc000, 163996, PROT_NONE) = 0
old_mmap(0x400bc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x4000) = 0x400bc000
old_mmap(0x400bd000, 159900, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400bd000
close(4)                                = 0
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libm.so.6", O_RDONLY)        = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320H\0"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=171762, ...}) = 0
old_mmap(NULL, 125300, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400e5000
mprotect(0x40103000, 2420, PROT_NONE)   = 0
old_mmap(0x40103000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x1d000) = 0x40103000
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
old_mmap(NULL, 1164516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40104000
mprotect(0x40217000, 38116, PROT_NONE)  = 0
old_mmap(0x40217000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x112000) = 0x40217000
old_mmap(0x4021d000, 13540, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4021d000
close(4)                                = 0
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libdl.so.2", O_RDONLY)       = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\34"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=14328, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcrypt.so.1", O_RDONLY)    = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\17"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=26670, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libm.so.6", O_RDONLY)        = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320H\0"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=171762, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
getpid()                                = 24658
brk(0)                                  = 0x8049b14
brk(0x8049b5c)                          = 0x8049b5c
brk(0x804a000)                          = 0x804a000
brk(0x8057000)                          = 0x8057000
brk(0x805a000)                          = 0x805a000
brk(0x805f000)                          = 0x805f000
brk(0x8063000)                          = 0x8063000
brk(0x8065000)                          = 0x8065000
brk(0x8066000)                          = 0x8066000
brk(0x8067000)                          = 0x8067000
brk(0x8068000)                          = 0x8068000
brk(0x8069000)                          = 0x8069000
rt_sigaction(SIG_0, NULL, {0x18, [QUIT ABRT FPE KILL SEGV PIPE ALRM TERM CHLD 
CONT STOP TTIN UNUSED], SA_NOMASK|0x219a80}, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGKILL, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTKFLT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCONT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTOP, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTSTP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTIN, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTOU, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGURG, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGVTALRM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPROF, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGWINCH, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGIO, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPWR, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGUNUSED, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUNUSED, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_0, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_0, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_1, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_3, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_4, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_5, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_6, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_7, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_8, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_9, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_10, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_11, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_12, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_13, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_14, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_15, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_16, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_17, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_18, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_19, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_20, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_21, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_22, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_23, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_24, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_25, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_26, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_27, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_28, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_29, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_30, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_31, {SIG_DFL}, NULL, 8) = 0
brk(0x807a000)                          = 0x807a000
brk(0x807d000)                          = 0x807d000
gettimeofday({999006719, 45276}, {4294967176, 0}) = 0
times({tms_utime=4, tms_stime=0, tms_cutime=0, tms_cstime=0}) = 6176600
brk(0x8096000)                          = 0x8096000
brk(0x8097000)                          = 0x8097000
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(0, 0xbffff240, 0x3)               = ?
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(1, 0xbffff230, 0x3)               = ?
lseek(1, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(2, 0xbffff240, 0x3)               = ?
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
stat64("/usr/local/share/guile/init.scm", 0xbffff0ac) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/init.scm", 0xbffff0ac) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/pgsql/lib/init.scm", 0xbffff0ac) = -1 ENOENT (No such file 
or directory)
stat64("/usr/alto/projects/guile/init.scm", 0xbffff0ac) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/share/guile/site/init.scm", 0xbffff0ac) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/share/guile/1.7.0/init.scm", 0xbffff0ac) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/init.scm", 0xbffff0ac) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/share/guile/ice-9/boot-9.scm", 0xbffff07c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/boot-9.scm", 0xbffff07c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/boot-9.scm", 0xbffff07c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/boot-9.scm", 0xbffff07c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/boot-9.scm", 0xbffff07c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/boot-9.scm", {st_mode=S_IFREG|0644, 
st_size=90674, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/boot-9.scm", O_RDONLY) = 4
shmat(4, 0x8096ab8, 0x3)                = ?
lseek(4, 0, SEEK_CUR)                   = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=90674, ...}) = 0
brk(0x8099000)                          = 0x8099000
read(4, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/r4rs.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/r4rs.scm", 0xbfffeecc) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/r4rs.scm", 0xbfffeecc) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/r4rs.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/r4rs.scm", 0xbfffeecc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/r4rs.scm", {st_mode=S_IFREG|0644, 
st_size=9812, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/r4rs.scm", O_RDONLY) = 5
shmat(5, 0x8097d38, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0
read(5, ";;;; r4rs.scm --- definitions ne"..., 4096) = 4096
brk(0x809a000)                          = 0x809a000
read(5, "he given name already exists, th"..., 4096) = 4096
brk(0x809b000)                          = 0x809b000
brk(0x809c000)                          = 0x809c000
brk(0x809d000)                          = 0x809d000
read(5, " is used to escape from the cont"..., 4096) = 1620
brk(0x809e000)                          = 0x809e000
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "rocedure value)))\n(define (make-"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/arrays.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/arrays.scm", 0xbfffeecc) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/arrays.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/arrays.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/arrays.scm", 0xbfffeecc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/arrays.scm", {st_mode=S_IFREG|0644, 
st_size=2912, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/arrays.scm", O_RDONLY) = 5
shmat(5, 0x8098560, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=2912, ...}) = 0
brk(0x80a0000)                          = 0x80a0000
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 2912
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "elds . opt)\n  (let ((printer-fn "..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/posix.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/posix.scm", 0xbfffeecc) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/posix.scm", 0xbfffeecc) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/posix.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/posix.scm", 0xbfffeecc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/posix.scm", {st_mode=S_IFREG|0644, 
st_size=3865, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/posix.scm", O_RDONLY) = 5
shmat(5, 0x809dc38, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=3865, ...}) = 0
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 3865
times({tms_utime=5, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176604
times({tms_utime=6, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176605
times({tms_utime=6, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176605
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "ath \"ice-9/networking.scm\"))\n\n(d"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/networking.scm", 0xbfffeecc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/lib/ice-9/networking.scm", 0xbfffeecc) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/ice-9/networking.scm", 0xbfffeecc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/networking.scm", 0xbfffeecc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/site/ice-9/networking.scm", 0xbfffeecc) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/networking.scm", 
{st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/networking.scm", O_RDONLY) = 5
shmat(5, 0x8098788, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
times({tms_utime=6, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176606
times({tms_utime=6, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176606
times({tms_utime=7, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176607
read(5, "obj 1))\n(define (sockaddr:addr o"..., 4096) = 104
read(5, "", 4096)                       = 0
close(5)                                = 0
old_mmap(NULL, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x40221000
read(4, "null? rest-ports)\n\t   (let ((res"..., 4096) = 4096
read(4, "(cos z)\n  (if (real? z) ($cos z)"..., 4096) = 4096
read(4, "ge-sans-specials))\n\t (kw-desc (m"..., 4096) = 4096
read(4, "a procedure or #f.\" binder))\n\n\t("..., 4096) = 4096
read(4, "r? pos)\n\t (or (module-search fn "..., 4096) = 4096
read(4, "m v . opt-val)\n  (let ((var (mod"..., 4096) = 4096
read(4, "ule)\n\t\t    (set! inner-module #f"..., 4096) = 4096
read(4, "dule-define! cur (car elts) val)"..., 4096) = 4096
read(4, "ule-uses module)))\n    (if (and "..., 4096) = 4096
read(4, "     (or (and (pair? (cdr kws)) "..., 4096) = 4096
times({tms_utime=9, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176609
times({tms_utime=10, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176610
times({tms_utime=11, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176611
read(4, "ll (cadr modinfo) (caddr modinfo"..., 4096) = 4096
read(4, "\' which\n;; triggers for code eva"..., 4096) = 4096
read(4, "ptions\n\t\t\t\t  make-enable\n\t\t\t\t  m"..., 4096) = 4096
read(4, "ne before-signal-stack (make-flu"..., 4096) = 4096
read(4, "     ;; port to point to the fir"..., 4096) = 4096
times({tms_utime=12, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176612
times({tms_utime=13, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176613
times({tms_utime=13, tms_stime=1, tms_cutime=0, tms_cstime=0}) = 6176613
read(4, "sformer ,transformer)))\n      (e"..., 4096) = 4096
read(4, "r \"bad syntax\" (list \'defmacro-p"..., 4096) = 4096
read(4, " l)\n\t\t\t    (and (test-clause (ca"..., 4096) = 4096
read(4, "r SIG_DFL.\n\t\t       (sigaction ("..., 4096) = 562
old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x40246000
stat64("/usr/local/share/guile/ice-9/rdelim.scm", 0xbfffeabc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/ice-9/rdelim", 0xbfffeabc) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/lib/ice-9/rdelim.scm", 0xbfffeabc) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/ice-9/rdelim", 0xbfffeabc) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/pgsql/lib/ice-9/rdelim.scm", 0xbfffeabc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/pgsql/lib/ice-9/rdelim", 0xbfffeabc) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/rdelim.scm", 0xbfffeabc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/rdelim", 0xbfffeabc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/rdelim.scm", 0xbfffeabc) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/site/ice-9/rdelim", 0xbfffeabc) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/1.7.0/ice-9/rdelim.scm", {st_mode=S_IFREG|0644, 
st_size=6715, ...}) = 0
open("/usr/local/share/guile/1.7.0/ice-9/rdelim.scm", O_RDONLY) = 5
shmat(5, 0x809ea50, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=6715, ...}) = 0
brk(0x80a2000)                          = 0x80a2000
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
read(5, "t (car args)))\n\t\t     (set! args"..., 4096) = 2619
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
open("./db-test.scm", O_RDONLY)         = 4
shmat(4, 0x809ea90, 0x3)                = ?
lseek(4, 0, SEEK_CUR)                   = 0
fstat64(4, {st_mode=S_IFREG|0664, st_size=201, ...}) = 0
read(4, "\n(use-modules (database postgres"..., 4096) = 201
stat64("/usr/local/share/guile/database/postgres.scm", {st_mode=S_IFREG|0775, 
st_size=1594, ...}) = 0
open("/usr/local/share/guile/database/postgres.scm", O_RDONLY) = 5
shmat(5, 0x80a00d8, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0775, st_size=1594, ...}) = 0
brk(0x80a4000)                          = 0x80a4000
read(5, ";; $Id: postgres.scm.in,v 1.3 20"..., 4096) = 1594
open("/lib/libpostgres.la", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/X11/libpostgres.la", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres.la", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0775, st_size=786, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40267000
read(6, "# libpostgres.la - a libtool lib"..., 4096) = 786
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x40267000, 4096)                = 0
open("/usr/local/lib/libpostgres.a", O_RDONLY) = 6
read(6, "!<arch>\n/               99895040"..., 1024) = 1024
close(6)                                = 0
open("/usr/local/lib/libpostgres.so.2", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40267000
mprotect(0x4026e000, 4848, PROT_NONE)   = 0
old_mmap(0x4026e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026e000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/i686/mmx", 0xbfffd934) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/i686", 0xbfffd934)     = -1 ENOENT (No such file or directory)
open("/usr/lib/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/mmx", 0xbfffd934)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0
open("/usr/lib/X11/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/lib/X11/i686/mmx", 0xbfffd934) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/X11/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11/i686", 0xbfffd934) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11/mmx", 0xbfffd934)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/pgsql/lib/i686/mmx", 0xbfffd934) = -1 ENOENT (No such file 
or directory)
open("/usr/local/pgsql/lib/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/i686", 0xbfffd934) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/mmx", 0xbfffd934) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40270000
mprotect(0x4027d000, 3516, PROT_NONE)   = 0
old_mmap(0x4027d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027d000
close(6)                                = 0
munmap(0x40267000, 33520)               = 0
munmap(0x40270000, 56764)               = 0
open("/usr/local/lib/libpostgres.so.2", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40267000
mprotect(0x4026e000, 4848, PROT_NONE)   = 0
old_mmap(0x4026e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026e000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40270000
mprotect(0x4027d000, 3516, PROT_NONE)   = 0
old_mmap(0x4027d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027d000
close(6)                                = 0
munmap(0x40267000, 33520)               = 0
munmap(0x40270000, 56764)               = 0
open("/lib/libpostgres.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/X11/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40267000
mprotect(0x4026e000, 4848, PROT_NONE)   = 0
old_mmap(0x4026e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026e000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40270000
mprotect(0x4027d000, 3516, PROT_NONE)   = 0
old_mmap(0x4027d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027d000
close(6)                                = 0
munmap(0x40267000, 33520)               = 0
munmap(0x40270000, 56764)               = 0
open("/usr/local/pgsql/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/opt/gnome/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40267000
mprotect(0x4026e000, 4848, PROT_NONE)   = 0
old_mmap(0x4026e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026e000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40270000
mprotect(0x4027d000, 3516, PROT_NONE)   = 0
old_mmap(0x4027d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027d000
close(6)                                = 0
munmap(0x40267000, 33520)               = 0
munmap(0x40270000, 56764)               = 0
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/i686/mmx/libpostgres", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/opt/gnome/lib/i686/mmx", 0xbfffdb84) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/i686/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib/i686", 0xbfffdb84) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/mmx/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib/mmx", 0xbfffdb84) = -1 ENOENT (No such file or directory)
open("/opt/gnome/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=48147, ...}) = 0
old_mmap(NULL, 48147, PROT_READ, MAP_PRIVATE, 6, 0) = 0x40267000
close(6)                                = 0
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
munmap(0x40267000, 48147)               = 0
write(2, "ERROR", 5)                    = 5
write(2, ": ", 2)                       = 2
write(2, "In procedure ", 13)           = 13
write(2, "dynamic-link", 12)            = 12
write(2, ":\n", 2)                      = 2
write(2, "ERROR", 5)                    = 5
write(2, ": ", 2)                       = 2
write(2, "file: ", 6)                   = 6
write(2, "\"", 1)                       = 1
write(2, "l", 1)                        = 1
write(2, "i", 1)                        = 1
write(2, "b", 1)                        = 1
write(2, "p", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "s", 1)                        = 1
write(2, "t", 1)                        = 1
write(2, "g", 1)                        = 1
write(2, "r", 1)                        = 1
write(2, "e", 1)                        = 1
write(2, "s", 1)                        = 1
write(2, "\"", 1)                       = 1
write(2, ", message: ", 11)             = 11
write(2, "\"", 1)                       = 1
write(2, "f", 1)                        = 1
write(2, "i", 1)                        = 1
write(2, "l", 1)                        = 1
write(2, "e", 1)                        = 1
write(2, " ", 1)                        = 1
write(2, "n", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "t", 1)                        = 1
write(2, " ", 1)                        = 1
write(2, "f", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "u", 1)                        = 1
write(2, "n", 1)                        = 1
write(2, "d", 1)                        = 1
write(2, "\"", 1)                       = 1
write(2, "\n", 1)                       = 1
_exit(2)                                = ?
# libpostgres.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.3.4 (1.385.2.196 1999/12/07 21:47:57)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libpostgres.so.2'

# Names of this library.
library_names='libpostgres.so.2.0.0 libpostgres.so.2 libpostgres.so'

# The name of the static archive.
old_library='libpostgres.a'

# Libraries that this one depends upon.
# dependency_libs=' -L/usr/local/pgsql//lib -lpq -lpq -lcrypt'
dependency_libs=' -L/usr/local/pgsql/lib -lpq -lpq -lcrypt'

# Version information for libpostgres.
current=2
age=0
revision=0

# Is this an already installed library?
installed=yes

# Directory that this library needs to be installed in:
libdir='/usr/local/lib'

reply via email to

[Prev in Thread] Current Thread [Next in Thread]