search for: lgdbm

Displaying 8 results from an estimated 8 matches for "lgdbm".

Did you mean: gdbm
2005 Feb 03
1
FastAgi Help
...rl or FastAGI on some other box.. I cant test res_perl becasue when i try to compile it i have this error: ---------- gcc -Wall -fPIC -shared -Xlinker -x -o res_perl.so perlxsi.o res_perl.o apihelp /usr/lib/perl5/5.8.1/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/uead -lc -lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc AstAPIBase.o /usr/bin/ld: cannot find -lndbm collect2: ld returned 1 exit status make: *** [res_perl.so] Error 1 ---------- So i try to go on using the FastAGI that i think is great idea because i can balance the CPU load using more Box, but how I can transl...
2005 Oct 15
3
res_perl - Compiling error
...cc -Wall -fPIC -shared -Xlinker -x -o res_perl.so perlxsi.o res_perl.o apihelp.o -Wl,-E -L/usr/local/lib /usr/local/lib/perl5/5.8.7/-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.7/-linux-thread-multi/CORE -lperl -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc -lnsl -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lc AstAPIBase.o /usr/bin/ld: cannot find -lndbm collect2: ld returned 1 exit status make: *** [res_perl.so] Error 1 [root@charlie res_perl]#
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
"AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee9d377..df31014 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4]) AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE -AM_INIT_AUTOMAKE(foreign) dnl NB: Do not
2001 Nov 10
0
tdb failing and too many connections
...[2001/11/10 22:59:02, 1] smbd/service.c:make_connection(503) too many connections - rejected This results in all attempted connections being rejected. I decided to take a look at tdb and did the following: #cd /usr/local/src/samba/source/tdb #make clean #make (fails... since tdbtest needs lgdbm...) I install gdbm-1.8.0 and add the following line to tdb's Makefile CFLAGS += -L/usr/local/lib -I/usr/local/include (so I try again) #cd /usr/local/src/samba/source/tdb #make clean #make (succeeds, and tdbtest runs fine) #cd /usr/local/src/samba/source #make (tdbutil.o is built...
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la -lssl -lcrypto -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz /scratch/apache2.src/httpd-2.0.54/srclib/pcre/libpcre.la /scratch/apache2.src/httpd-2.0.54/srclib/apr-util/libaprutil-0.la<http://0.la>-lgdbm - ldb-4.2 -lexpat /scratch/apache2.src/httpd-2.0.54/srclib/apr/libapr-0.la<http://0.la>-lrt -lm -lcrypt -lnsl -lpthread -ldl modules/filters/.libs/mod_include.a(mod_include.o)(.text+0x240): In function `get_include_var': /scratch/fong/newSpine/apache2.src/httpd-2.0.54/modules/filters/mod...
2005 Mar 05
2
cant compile app_meetme2
...e2.c $(CC) -pipe -I/usr/local/include/mysql -L/usr/local/lib/mysql $(CFLAGS) -c -o app_meetme2.o app_meetme2.c app_meetme2.so: app_meetme2.o $(CC) $(SOLINK) -o $@ $< -lpq -I/usr/local/include/mysql -L/usr/local/li b/mysql -lmysqlclient # $(CC) $(SOLINK) -o $@ $< -lgdbm app_meetme2.o app_meetme2.c app_meetme2.c: In function `launch_query': app_meetme2.c:138: error: `PGconn' undeclared (first use in this function) app_meetme2.c:138: error: (Each undeclared identifier is reported only once app_meetme2.c:138: error: for each function it appears in.) app_mee...
2004 Dec 13
0
samba4 configure error
...g for poptGetContext in -lpopt... yes checking whether to use included popt... no checking for iconv in /usr... yes checking for working iconv... yes checking for gethostbyname2... no checking gdbm.h usability... no checking gdbm.h presence... no checking for gdbm.h... no checking for gdbm_open in -lgdbm... no checking whether to use readline... yes checking readline.h usability... no checking readline.h presence... no checking for readline.h... no checking history.h usability... no checking history.h presence... no checking for history.h... no checking readline/readline.h usability... no checking...
2004 Feb 24
4
Pam trouble
Hi folks, I can't get dovecot to authenticate properly against ldap/pam. I've been fiddling with it for several days now, to no avail. It keeps crashing with: Child died with signal 11 The system is Solaris9. Enclosed is a trace of dovecot-auth for a connection to pop with correct username and password and my config. Any help is appreciated. Cheers Benjamin