Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-10-2006, 07:48 AM
|
#1
|
|
LQ Newbie
Registered: Jan 2006
Posts: 11
Rep:
|
cyrus-imapd error
Hi, I get this errors when trying to compile cyrus-imapd 2.2.12
Quote:
### Making all in /home/cyrus-imapd-2.2.12/man
make[1]: Entering directory `/home/cyrus-imapd-2.2.12/man'
make[1]: Цель `all' не требует выполнения команд.
make[1]: Leaving directory `/home/cyrus-imapd-2.2.12/man'
### Making all in /home/cyrus-imapd-2.2.12/et
make[1]: Entering directory `/home/cyrus-imapd-2.2.12/et'
make[1]: Цель `all' не требует выполнения команд.
make[1]: Leaving directory `/home/cyrus-imapd-2.2.12/et'
### Making all in /home/cyrus-imapd-2.2.12/lib
make[1]: Entering directory `/home/cyrus-imapd-2.2.12/lib'
make[1]: Цель `all' не требует выполнения команд.
make[1]: Leaving directory `/home/cyrus-imapd-2.2.12/lib'
### Making all in /home/cyrus-imapd-2.2.12/sieve
make[1]: Entering directory `/home/cyrus-imapd-2.2.12/sieve'
gcc -o sievec sievec.o libsieve.a ../lib/libcyrus.a ../lib/libcyrus_min.a libsieve.a -lsasl2 -lssl -lcrypto -lfl -lresolv -ldb-4.2 ../et/libcom_err.a
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x42d): In function `mysync':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:263: undefined reference to `txn_checkpoint'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x508): In function `myarchive':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:293: undefined reference to `log_archive'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x58f):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:314: undefined reference to `log_archive'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x627):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:342: undefined reference to `log_archive'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x971): In function `gettid':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:426: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x989):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:429: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x9bc):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:432: undefined reference to `txn_begin'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x9ce):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:439: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1165): In function `mystore':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:729: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x117f):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:731: undefined reference to `txn_abort'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x11a6):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:712: undefined reference to `txn_begin'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x11b9):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:719: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1218):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:743: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1237):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:745: undefined reference to `txn_commit'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1478): In function `mydelete':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:838: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1492):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:840: undefined reference to `txn_abort'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x14ba):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:822: undefined reference to `txn_begin'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x14d0):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:829: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1538):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:852: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1557):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:854: undefined reference to `txn_commit'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1625): In function `mycommit':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:900: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1641):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:902: undefined reference to `txn_commit'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x1705): In function `abort_txn':
/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:939: undefined reference to `txn_id'
../lib/libcyrus.a(cyrusdb_berkeley.o)(.text+0x171d):/home/cyrus-imapd-2.2.12/lib/cyrusdb_berkeley.c:941: undefined reference to `txn_abort'
collect2: ld returned 1 exit status
make[1]: *** [sievec] Ошибка 1
make[1]: Leaving directory `/home/cyrus-imapd-2.2.12/sieve'
make: *** [all] Ошибка 1
|
any hints how I can fix this ?
|
|
|
|
02-10-2006, 09:48 AM
|
#2
|
|
Member
Registered: May 2004
Location: /dev/null
Distribution: Slackware
Posts: 245
Rep:
|
How are you compiling this software? Does it have any dependant packages?
|
|
|
|
02-10-2006, 04:06 PM
|
#3
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,679
Rep: 
|
Will the errors go away when you add
Code:
--with-bdb-incdir=/usr/include/db4
to the configure command?
Eric
|
|
|
|
02-11-2006, 04:17 PM
|
#4
|
|
LQ Newbie
Registered: Jan 2006
Posts: 11
Original Poster
Rep:
|
Yes
--with-bdb-incdir=/usr/include/db4
compiling Ok 
Last edited by TuLiss; 02-11-2006 at 05:37 PM.
|
|
|
|
02-12-2006, 05:02 PM
|
#5
|
|
Member
Registered: May 2004
Location: /dev/null
Distribution: Slackware
Posts: 245
Rep:
|
Nice call Alien_Bob! I didn't know that was a compile option. I guess I don't to enough "./configure --help"'s.
|
|
|
|
02-16-2006, 05:38 AM
|
#6
|
|
LQ Newbie
Registered: Jan 2006
Posts: 11
Original Poster
Rep:
|
Feb 16 10:05:12 ghost imap[8872]: skiplist: recovered /var/imap/mailboxes.db (0
records, 144 bytes) in 0 seconds
Feb 16 10:05:12 ghost imap[8872]: skiplist: recovered /var/imap/annotations.db (
0 records, 144 bytes) in 0 seconds
Feb 16 10:05:16 ghost imap[8872]: Could not open /etc/sasldb2: gdbm_errno=3
Feb 16 10:05:16 ghost imap[8872]: Could not open /etc/sasldb2: gdbm_errno=3
Feb 16 10:05:16 ghost imap[8872]: no secret in database
Feb 16 10:05:16 ghost imap[8872]: badlogin: test.be [192.168.0.18] CRAM-M
D5 [SASL(-13): user not found: no secret in database]
------------------------
Feb 16 10:05:12 ghost imap[8872]: DBERROR: reading /var/imap/db/skipstamp, assum
ing the worst: No such file or directory
Feb 16 10:05:12 ghost imap[8872]: locking disabled: couldn't open socket lockfil
e /var/imap/socket/imap-0.lock: Permission denied
Last edited by TuLiss; 02-16-2006 at 08:01 AM.
|
|
|
|
02-16-2006, 12:43 PM
|
#7
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,679
Rep: 
|
Time to start telling us how you compiled and configured your imapd, instead of dumping error logs on this forum out of the blue.
I do not yet own a crystal ball, althought I try to practice clearvoyance.
Eric
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:15 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|