Hello

I'd like to ask about some issues I met when building LDAP Account
Manager.

My configure line:
_webroot="usr/share/webapps/${pkgname}"
_confdir="etc/webapps/${pkgname}"
_docdir="usr/share/doc/${pkgname}"
_datadir="var/lib/${pkgname}"

./configure \
   --prefix=/usr \
   --with-httpd-user=http \
   --with-httpd-group=http \
   --with-web-root=/${_webroot} \
   --sysconfdir=/${_confdir} \
   --localstatedir=/${_datadir} \
   --docdir=/${_docdir}

The configure script goes on well. The issue is in the make command:
make DESTDIR="${pkgdir}/" install

And the output is:
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for chmod... /usr/bin/chmod
checking for chown... /usr/bin/chown
checking for grep... /usr/bin/grep
checking for id... /usr/bin/id
checking for mkdir... /usr/bin/mkdir
checking for rm... /usr/bin/rm
checking for tar... /usr/bin/tar
checking for copy... no
checking for cp... /usr/bin/cp
checking for perl5... no
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
ln: failed to create symbolic link 'tmp/internal': No such file or directory
make[1]: Entering directory 
'/home/marcin/packages/ldap-account-manager/src/ldap-account-manager-5.7'
/usr/bin/chown http:http 
/home/marcin/packages/ldap-account-manager/pkg/ldap-account-manager//etc/webapps/ldap-account-manager
make[1]: Leaving directory 
'/home/marcin/packages/ldap-account-manager/src/ldap-account-manager-5.7'

LAM installed in 
/home/marcin/packages/ldap-account-manager/pkg/ldap-account-manager//usr
Documentation installed in /usr/docs

cat install.sh >install chmod a+x install

What is the reason of such output?

Marcin Wieczorek

Attachment: pgpVABsws608I.pgp
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to