Discussion:
[TrouSerS-users] error while installing TrouSerS on Ubuntu 16 64bit Linux OS
Naveen K
2016-08-25 05:43:45 UTC
Permalink
hi,
Please help me regarding this installation.. I have followed the
README from the package and I am getting this error while useing make
command. Please find the attachment of screenshot and kindly do the needful

Thanking You,
With regards,
Naveen Kumar K
Ken Goldman
2016-08-28 23:18:50 UTC
Permalink
A text trace would be far more useful than a screen shot.

From the little that I could see, it looks like either

1 - openssl-devel is not installed
2 - it's installed in a non-standard place.
3 - you're using openssl 1.1, which makes many structures opaque
4 - there's a bug in trousers (copying the devel list)
Post by Naveen K
hi,
Please help me regarding this installation.. I have followed the
README from the package and I am getting this error while useing make
command. Please find the attachment of screenshot and kindly do the needful
------------------------------------------------------------------------------
Hon Ching Lo
2016-08-30 01:59:03 UTC
Permalink
Hi Naveen,


In the configure.ac, search for 'AM_INIT_AUTOMAKE', then change the line to
the following instead:

AM_INIT_AUTOMAKE([foreign subdir-objects 1.6])

This was fixed in the latest master branch. But, you can do this change
manually as I just showed you.

Then, if you get an error running 'configure' as follows:

configure: error: openssl is currently the only supported crypto library
for trousers. Please install openssl from http://www.openssl.org or the
-devel package from your distro


Do the following to get the package installed:
sudo apt-get install libssl-dev


These two steps should be all you need in order get TrouSerS 0.3.13
compiled in Ubuntu. It works for me on Ubuntu16.04. Sorry for the delay!
Hope this help!


Vicky
Post by Naveen K
hi,
Please help me regarding this installation.. I have followed the
README from the package and I am getting this error while useing make
command. Please find the attachment of screenshot and kindly do the needful
Thanking You,
With regards,
Naveen Kumar K
------------------------------------------------------------
------------------
_______________________________________________
TrouSerS-users mailing list
https://lists.sourceforge.net/lists/listinfo/trousers-users
Loading...