Thank you for your reply.
If the solution can be achieved by a simple patch with current release
source please send me a diff so I can provide it for my build script. I
did not investigate the impact of that error on the whole project.
Please do so as I might not be able to forsee all the possible issues.
I hope to get notified of a new release.

Marcin Wieczorek

Excerpts from Roland Gruber's message of June 4, 2017 9:39 pm:
Hi Marcin,

thank you very much for your report. I will check this for the next
release. If LAM does not work for you after installation please use the
manual install of tar.bz2 or DEB/RPM.


Best regards

Roland


On 03.06.2017 15:47, Marcin Wieczorek wrote:
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


------------------------------------------------------------------------------
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


------------------------------------------------------------------------------
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

Attachment: pgp0p7_xFAfWs.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