Results 1 to 2 of 2
I'm trying to install cyrus imap server i'm having a problem with the installation after i type :
./configure and make i type make install and it does some things ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-19-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 1
problem installing cyrus imap on Fedora 5
I'm trying to install cyrus imap server i'm having a problem with the installation after i type :
./configure and make i type make install and it does some things then i get the following error:
make[1]: Leaving directory `/root/Desktop/Temp/cyrus-imapd-2.1.18/acap'
### Making install in /root/Desktop/Temp/cyrus-imapd-2.1.18/lib
make[1]: Entering directory `/root/Desktop/Temp/cyrus-imapd-2.1.18/lib'
./../install-sh -d /usr/local/lib
/usr/bin/install -c -m 644 libcyrus.a /usr/local/lib
/usr/bin/install: cannot stat `libcyrus.a': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/Temp/cyrus-imapd-2.1.18/lib'
make: *** [install] Error 1
could anyone help me with this problem?
Thanks
- 11-09-2006 #2Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
possible solution
cut in cyrus***/lib/imapopts.h line 189 and paste in last line, before #end if(open file with kwrite,kedit, etc)
then make and make install
struct imapopt_s {
const enum imapopt opt;
const char *optname;
int seen;
union config_value val;
const enum opttype t;
const struct enum_option_s enum_options[4+1];
};
extern struct imapopt_s imapopts[];
#endif /* INCLUDED_IMAPOPTIONS_H */


Reply With Quote
