Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to find libxslt library. #25

Open
ajinkya007 opened this issue Mar 27, 2016 · 4 comments
Open

Failed to find libxslt library. #25

ajinkya007 opened this issue Mar 27, 2016 · 4 comments

Comments

@ajinkya007
Copy link
Member

The ./configure file is not able to find the libxslt.so files.
The files in most probability will be present in the directory usr/lib/i386-linux-gnu or /usr/lib/x86_64-linux-gnu.

@Siddhant085
Copy link

Can I start with fixing this one?

@rohangoel96
Copy link
Member

Solution: Find the file and go to line 4916 in ./configure file , and append the location to the file.

Eg: If file was found in /usr/lib/i386-linux-gnu, do

for a in /opt/local/lib64 /opt/local/lib /sw/lib64 /sw/lib /usr/lib64 /usr/lib /usr/local/lib64 /usr/local/lib /opt/lib64 /opt/lib /lib64 /lib /opt/sfw/lib64 /opt/sfw/lib /usr/sfw/lib64 /usr/sfw/lib /usr/lib/i386-linux-gnu ; do

@ajinkya007
Copy link
Member Author

@rohangoel96 : #26 Makes these changes in the ./configure.ac file. The changes will be incorporated automatically in the ./configure as the user builds it. No need of manually adding the above locations in the ./configure after building the application.

@ajinkya007
Copy link
Member Author

#26 fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants