Discussion:
installation problem ? [upgrade to v...]
Mehmet Fatih AKBULUT
2006-02-13 20:26:09 UTC
Permalink
hi all,
i've vpopmail 5.4.13 installed. but when i try to configure vqadmin, i get
configure: error: No vpopmail etc/lib_deps file. Upgrade to vpopmail-4.9.8or above
how can i fix this error and complete installation ?
nothing in docs related with this error :'(
many thanks in advance.
bye.
Ken Jones
2006-02-13 21:58:22 UTC
Permalink
Post by Mehmet Fatih AKBULUT
hi all,
i've vpopmail 5.4.13 installed. but when i try to configure vqadmin, i get
configure: error: No vpopmail etc/lib_deps file. Upgrade to vpopmail-4.9.8or above
how can i fix this error and complete installation ?
nothing in docs related with this error :'(
many thanks in advance.
bye.
You you have a ~vpopmail/etc/lib_deps file?

Ken Jones
Mehmet Fatih AKBULUT
2006-02-13 22:04:34 UTC
Permalink
Post by Ken Jones
You you have a ~vpopmail/etc/lib_deps file?
yes i've both ...lib_deps and ...inc_deps, but these files only contains
followings in :

localhost:~# cat /home/vpopmail/etc/inc_deps
-I/home/vpopmail/include
localhost:~# cat /home/vpopmail/etc/lib_deps
-L/home/vpopmail/lib -lvpopmail -L/usr/lib -lmysqlclient -lz -lm -lcrypt

but i dont know if these files are appropriate to install vqadmin ?
why vqadmin doesnt recognise installed vpopmail ?
Ken Jones
2006-02-13 22:18:45 UTC
Permalink
Post by Mehmet Fatih AKBULUT
Post by Ken Jones
You you have a ~vpopmail/etc/lib_deps file?
yes i've both ...lib_deps and ...inc_deps, but these files only contains
localhost:~# cat /home/vpopmail/etc/inc_deps
-I/home/vpopmail/include
Looks good.
Post by Mehmet Fatih AKBULUT
localhost:~# cat /home/vpopmail/etc/lib_deps
-L/home/vpopmail/lib -lvpopmail -L/usr/lib -lmysqlclient -lz -lm -lcrypt
also looks good.
Post by Mehmet Fatih AKBULUT
but i dont know if these files are appropriate to install vqadmin ?
They are there to make it easier to install programs that use vpopmail,
like vqadmin.
Post by Mehmet Fatih AKBULUT
why vqadmin doesnt recognise installed vpopmail ?
Try configuring vqadmin as root to make sure configure
has permission to read those files.

Ken Jones
Mehmet Fatih AKBULUT
2006-02-13 22:30:18 UTC
Permalink
did couple of times with root, but no achievement ;'(
i found this :
http://www.qmailrocks.org/faq/?category=vqadmin#19
but 'automake' had been installed before i installed vpopmail :'(
Ken Jones
2006-02-13 22:53:13 UTC
Permalink
Post by Mehmet Fatih AKBULUT
did couple of times with root, but no achievement ;'(
http://www.qmailrocks.org/faq/?category=vqadmin#19
but 'automake' had been installed before i installed vpopmail :'(
You could always edit configure.in and remove the checks for
lib_deps and inc_deps. Then rebuild the configure script anyway
you can. If you have the right setup, make should rebuild
configure with autoconf.

If that doesn't work then I have no more ideas.

Ken
Mehmet Fatih AKBULUT
2006-02-14 00:01:08 UTC
Permalink
hi Ken,
#ln -s /home/vpopmail /var/lib/vpopmail solved my problem ;)
dunno why but vqadmin looks under /var/lib for vpopmaildir ???
anyway, now i've another problem ;)
i added directory tags in apache2.conf.
created a file named passwd under /usr/lib/cgi-bin/vqadmin and i've
.htaccess under .../vqadmin/ too.
with htpasswd i created some users with passes.
changed owner of .htaccess to nobody and chmoded it to 600.
http://localhost/cgi-bin/vqadmin works but need authentication. i supply one
of the user name i created with pass but returns : You don't have permission
to access /cgi-bin/vqadmin/ on this server! [403 - Forbidden!]
actually i did nothing with vqadmin.acl ???
what changes do i have to make to vqadmin.acl ?
would you please explain about how to proceed from now on ?
many thanks in advance ;)
bye.

Loading...