1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] install help for sqwebmai...
FromSent OnAttachments
ax...@ax-im.comOct 1, 2004 2:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] install help for sqwebmail-4.0.7 on OpenBSD 3.5 - fails in pcpActions...
From:ax...@ax-im.com (ax@ax-im.com)
Date:Oct 1, 2004 2:32:01 pm
List:net.sourceforge.lists.courier-sqwebmail

I'm trying to get sqwebmail-4.0.7.20040902 installed on an OpenBSD 3.5 machine running netqmail-1.05 and vpopmail-5.4.4 -- "./configure --with-module=authvchkpw --enable-mimetypes=/var/www/conf/mime.types". Appears to configure and "make" just fine.

But "make install" is failing in the pcp subdirectory. There doesn't appear to be a configure option to disable it, so how can I fix this? Last few lines of output below (sorry about the extra linebreaks -- I'm used to getting scolded when I post to mailing lists without hard-wrapping the text first).

Any and all help much appreciated! Let me know if there's any more information I can give you which would help.

Thanks, Alex

- - - - - - ... Making install in pcp make install-recursive Making install in intl if { test "pcp" = "gettext-runtime" || test "pcp" = "gettext-tools"; } && test 'yes' = yes; then /bin/sh mkdir -p -- /usr/local/share/sqwebmail/lib /usr/local/share/sqwebmail/include; /usr/bin/install -c -m 644 libintl.h /usr/local/share/sqwebmail/include/libintl.h; @LIBTOOL@ --mode=install /usr/bin/install -c -m 644 libintl.a /usr/local/share/sqwebmail/lib/libintl.a; if test "@RELOCATABLE@" = yes; then dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/share/sqwebmail/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; if test -n "ependencies"; then rm -f /usr/local/share/sqwebmail/lib/libintl.la; fi; fi; else : ; fi if test "pcp" = "gettext-tools" && test 'yes' = no; then /bin/sh mkdir -p -- /usr/local/share/sqwebmail/lib; @LIBTOOL@ --mode=install /usr/bin/install -c -m 644 libgnuintl.a /usr/local/share/sqwebmail/lib/libgnuintl.a; rm -f /usr/local/share/sqwebmail/lib/preloadable_libintl.so; /usr/bin/install -c -m 644 /usr/local/share/sqwebmail/lib/libgnuintl.so /usr/local/share/sqwebmail/lib/preloadable_libintl.so; @LIBTOOL@ --mode=uninstall rm -f /usr/local/share/sqwebmail/lib/libgnuintl.a; else : ; fi if test 'yes' = yes; then test no != no || /bin/sh mkdir -p -- /usr/local/share/sqwebmail/lib; temp=/usr/local/share/sqwebmail/lib/t-charset.alias; dest=/usr/local/share/sqwebmail/lib/charset.alias; if test -f /usr/local/share/sqwebmail/lib/charset.alias; then orig=/usr/local/share/sqwebmail/lib/charset.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -m 644 $temp $dest; rm -f $temp; else if test no = no; then orig=charset.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -m 644 $temp $dest; rm -f $temp; fi; fi; /bin/sh mkdir -p -- /usr/local/share/sqwebmail/share/locale; test -f /usr/local/share/sqwebmail/share/locale/locale.alias && orig=/usr/local/share/sqwebmail/share/locale/locale.alias || orig=./locale.alias; temp=/usr/local/share/sqwebmail/share/locale/t-locale.alias; dest=/usr/local/share/sqwebmail/share/locale/locale.alias; sed -f ref-add.sed $orig > $temp; /usr/bin/install -c -m 644 $temp $dest; rm -f $temp; else : ; fi /bin/sh: mkdir: No such file or directory *** Error code 1

Stop in /var/src/sqwebmail-4.0.7.20040902/pcp/intl (line 259 of Makefile). *** Error code 1

Stop in /var/src/sqwebmail-4.0.7.20040902/pcp (line 408 of Makefile). *** Error code 1

Stop in /var/src/sqwebmail-4.0.7.20040902/pcp (line 649 of Makefile). *** Error code 1

Stop in /var/src/sqwebmail-4.0.7.20040902 (line 404 of Makefile). sqwebmail-4.0.7.20040902$