Mike, well you compile Sqwebmail under root, right?
So, under root you must be able to access the vpopmail *library file* (lvpopmail.a I believe). If the system doesn't find the library but in fact it has been installed there are only 2 possible problems. a) the directory/path is different (probably this is not your case) b) it can't access the library Try to temporarily chown the library directory to root and use chmod ugoa+r <library>. Best of luck Bernd Mike Jimenezさんの<020e01c24d1b$439d1920$208d3a40@kludge2>から >Bern, >This might sound like a dumb question but should I chown /home/vpopmail >to root? >Thanks > >================================================= >Mike Jimenez >System Administrator >Visual Perspectives Internet, Inc. (VPI.Net) >Tel: (949) 595-8622 -- Fax: (949) 595-8629 >http://www.vpi.net >================================================= > > >-----Original Message----- >From: Bernd Plagge [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 23, 2002 8:39 PM >To: [EMAIL PROTECTED] >Subject: Re: [sqwebmail] compile problem on Solaris 8 > >Hello Mike, > >I had the same problem, its a file access problem. >If you temporarily chown the popmail library file or change the >file permissions it should be working. > >Regards, > >Bernd > >Mike Jimenezさんの<00e601c24abd$aaeb7ff0$208d3a40@kludge2>から >>Hello, >>I am trying to compile "sqwebmail-3.3.7.20020819" with "vpopmail-5.2" >>and my configure part goes thru fine without any errors but when I run >>make I get the following error can any offer some input as to what >might >>be going on? >>Thanks >> >>Here is my configure script >>./configure --enable-softtimeout=3600 --with-ispell=/usr/bin/ispell >>--enable-cgibindir=/apache/cgi-bin --enable-imagedir=/apache/htdocs >>--without-authpam --without-authuserdb --enable-webpass=no >>--without-authpwd --without-authshadow --enable-mimetypes=/apache/conf >> >> >>Here is my error message after running make >> >>ld: fatal: library -lvpopmail: not found >>ld: fatal: File processing errors. No output written to sqwebmail >>collect2: ld returned 1 exit status >>*** Error code 1 >>make: Fatal error: Command failed for target `sqwebmail' >>Current working directory >>/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail >>*** Error code 1 >>make: Fatal error: Command failed for target `all-recursive' >>Current working directory >>/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail >>*** Error code 1 >>make: Fatal error: Command failed for target `all-recursive-am' >>Current working directory >>/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail >>*** Error code 1 >>make: Fatal error: Command failed for target `all-recursive' >> >>Mike Jimenez >> -- bp mailto:[EMAIL PROTECTED]
