Error while loading shared libraries: libgstbase-0.10.so.0: cannot open shared object file: No such file or directory

Hi,
[root@eda gstreamer-0.10.36]# echo “/usr/local/lib” > /etc/ld.so.conf.d/local.conf
[root@eda gstreamer-0.10.36]# echo “/usr/local/lib64” >> /etc/ld.so.conf.d/local.conf
[root@eda gstreamer-0.10.36]# ldconfig
ldconfig: /lib/libstdc++.so.5.0.7_lib_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libcrypto.so.1.0.2k_RHEL7_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libGL.so.1.7.0_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libdb-4.7.so_tar is not an ELF file - it has the wrong magic bytes at the start.

[root@eda gstreamer-0.10.36]#

Best regards,
Marben

Hi,
I got a pop up that says, " You can not post a link to that host", if I try to send patebin.

[root@eda gstreamer-0.10.36]# echo “/usr/local/lib” > /etc/ld.so.conf.d/local.conf
[root@eda gstreamer-0.10.36]# echo “/usr/local/lib64” >> /etc/ld.so.conf.d/local.conf
[root@eda gstreamer-0.10.36]# ldconfig
ldconfig: /lib/libstdc++.so.5.0.7_lib_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libcrypto.so.1.0.2k_RHEL7_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libGL.so.1.7.0_tar is not an ELF file - it has the wrong magic bytes at the start.

ldconfig: /lib64/libdb-4.7.so_tar is not an ELF file - it has the wrong magic bytes at the start.

[root@eda gstreamer-0.10.36]#

Best regards,
Marben

Hi,
I got a pop upmessage like this, "Sorry you can not post a link to that host. if I try to send a pastebin.
Also, I received a message a message like this, “Your post was flagged as spam,and it will be automatically hidden.”

Best regards,
Marben.

Hi,
Akismet has temporarily hidden my post.

Best regards,
Marben

Hi,
Posting pastebin seems not working.
So I post the result in google drive.

Best regards,
Marben

I don’t understand…
Please give me the output of further three commands.

cat /etc/ld.so.conf.d/local.conf
find /usr -name libgstbase*
ldconfig -v

Ivan

Libraries are not into the path.
Have you compiled and installed them?

Please, verify the output of all of command lines.

Ivan

P.S.
Pay attention, if patch is already applied don’t apply anymore

Please, be sure to run all of the commands I suggested.
I think you’ve not installed “Development tools”

Ivan

Sorry, I don’t understand what have you done and what you don’t…

Helping is not simple if I don’t know if you executed all the steps I suggested:

  1. Install develoment tools
  2. Download and extract gstreamer-0.10
  3. Apply patch
  4. Configure, compile, and install
  5. Add local libraries to system library path
  6. Done

You have all the instructions to use.
I’ve tried the complete procedure on a fresh installation of Rocky 8.4 RC1, and it works like a charm.

Regards.

Ivan

P.S.
If you want, run this script as root; it should do the work for you…
https://cirascpa-my.sharepoint.com/:u:/g/personal/iuiv677_cira_it/ESNJ58Xct3dJgOF3igUtnNIBo3IWRsJ0alcciVJ9k13hhg?e=ynO5kp

Ok, send me log.txt that is in /root.

Ivan

@marben2021 please use either code formatting (``` headers / footers) or the Rocky pastebin (https://rpa.st).

1 Like

https://rpa.st/TDFA

Best regards,
Marben

https://rpa.st/KLWQC526GYGLEDCHGRMBNQIZLY

https://rpa.st/I67NSAKYJMV5EYRFACV7SFETWM

Run
dnf install glib2-devel
cd /usr/local/src/gstreamer-0.10.36
./configure

Ivan

Use Rocky pastebin as @brian explained.

Now:
dnf install libxml2-devel
cd /usr/local/src/gstreamer-0.10.36
./configure

Ivan

P.S.
For rapid interaction enjoy:
https://chat.rockylinux.org/rocky-linux/channels/town-square

Hello,
I got a message " Sorry you can not post a link to that host".
If I use Rocky paste bin.

It seems I can post again directly in this site.

But I still cant post the Rocky paste bin link.

Use ``` tags as @brian explained.

Ivan