LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-04-2014, 05:34 AM   #1
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Rep: Reputation: Disabled
Unable to install gst1-plugins-base slackbuild


Hi,

I wanted to install gst1-plugins-base but I got the following error:

Code:
/bin/sed: can't read /usr/lib64/libEGL.la: No such file or directory
libtool: link: `/usr/lib64/libEGL.la' is not a valid libtool archive
make[3]: *** [libgstpango.la] Erreur 1
make[3] : on quitte le répertoire « /tmp/SBo/gst-plugins-base-1.4.1/ext/pango »
make[2]: *** [pango] Erreur 2
make[2] : on quitte le répertoire « /tmp/SBo/gst-plugins-base-1.4.1/ext »
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /tmp/SBo/gst-plugins-base-1.4.1 »
make: *** [all] Erreur 2
What should I do?
 
Old 10-04-2014, 06:51 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
I think it's a common problem (already reported) related to having installed the nvidia drivers using directly their installer: uninstall them still using their installer, reinstall mesa and install nvidia-kernel and nvidia-driver from SBo.
after that you should not have problems linking to libEGL.
 
Old 03-25-2015, 10:46 PM   #3
l0rddarkf0rce
Member
 
Registered: Nov 2004
Location: Virginia, US
Distribution: Slackware 14.1 multilib
Posts: 149

Rep: Reputation: 33
I tried this and my desktop looked horrible to say the least. I am sure I missed something so here's what I did

Code:
1. nvidia-uninstall
2. reboot
3. re-installed mesa
4. installed nvidia-kernel and driver from SBo
5. reboot
6. re-ran xorgsetup
7. started X
So the question is... Do I need to re-install the native NVIDIA driver after this or not?
 
Old 03-26-2015, 12:20 AM   #4
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Don't run xorgsetup.

The nvidia-kernel package installs a working X config file.
 
Old 03-26-2015, 10:31 AM   #5
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
I use the Nvidia installers.
When this problem occurs, I just copy the libEGL.la from the mesa package to /usr/lib64 . Do I miss something ?
 
Old 03-26-2015, 10:50 AM   #6
l0rddarkf0rce
Member
 
Registered: Nov 2004
Location: Virginia, US
Distribution: Slackware 14.1 multilib
Posts: 149

Rep: Reputation: 33
Quote:
Originally Posted by Toutatis View Post
I use the Nvidia installers.
When this problem occurs, I just copy the libEGL.la from the mesa package to /usr/lib64 . Do I miss something ?
I eventually did this. Actually I had to first find the libEGL that the NVIDIA installer backed up for me. Here's what I did

Code:
# grep ".la" /var/lib/nvidia/log

# cp /var/lib/nvidia/101 /usr/X11R6/lib/libEGL.la
# cp /var/lib/nvidia/104 /usr/X11R6/lib/libGL.la

#ln -s /usr/X11R6/lib/libEGL.la /usr/lib64
 
Old 03-26-2015, 11:05 AM   #7
l0rddarkf0rce
Member
 
Registered: Nov 2004
Location: Virginia, US
Distribution: Slackware 14.1 multilib
Posts: 149

Rep: Reputation: 33
Quote:
Originally Posted by dugan View Post
Don't run xorgsetup.

The nvidia-kernel package installs a working X config file.
X wouldn't start until I ran xorgsetup
 
Old 03-26-2015, 11:30 AM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by Toutatis View Post
I use the Nvidia installers.
When this problem occurs, I just copy the libEGL.la from the mesa package to /usr/lib64 . Do I miss something ?
Multiple things, one of them being that the NVidia installer creates an xorg.conf with settings that shouldn't be there:

http://blog.tpa.me.uk/2010/04/09/con...-on-slackware/

This is all you should really need:

http://slackbuilds.org/slackbuilds/1...10-nvidia.conf
 
Old 03-26-2015, 01:08 PM   #9
Toutatis
Member
 
Registered: Feb 2013
Posts: 412

Rep: Reputation: Disabled
In fact the nvidia installer asks if we allow it to modify xorg.conf. I usually answer "no". From time to time I answer "yes" to see if there are changes. I have always used the nvidia installers without any problem (for many years). And if you keep the same version, but need to change only the kernel module, you have the option "-K", which installs only this module, and does not change anything else.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] audacious-plugins-3.3.4-x Slackbuild compiling question scarrs Slackware 2 07-31-2014 01:17 AM
Unable to install gedit-plugins-2.16.0 on RHEL 5.7 (Tikanga) imperialguy Linux - Software 1 07-27-2012 12:35 AM
[SOLVED] Claws Mail extra plugins Slackbuild error Gerard Lally Slackware 2 11-03-2011 08:14 PM
[SOLVED] gstreamer-plugins-base conflicts with gstreamer-plugins-good Raveolution Linux - Software 14 11-17-2009 12:24 PM
installing gst-base-plugins ankscorek Linux - Software 1 01-18-2007 03:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:46 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration