-
Notifications
You must be signed in to change notification settings - Fork 45
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
autogen.sh does not detect installed Gstreamer #125
Comments
Is GStreamer installed in a non-standard location? Can you run the following and share the output:
pkg-config --modversion gstreamer-1.0
gst-inspect-1.0 identity
Also, can you share the config.log file that autotools generate?
… On 22 Jan 2024, at 12:40, Ricardo ***@***.***> wrote:
I'm trying to install from git in Ubuntu 22.04.1 LTS.
commit 09ba058 (HEAD -> master, tag: v0.8.1, origin/master, origin/HEAD)
I'm following the Getting Started guide <https://developer.ridgerun.com/wiki/index.php/GstShark_-_Getting_Started>. When running the command:
./autogen.sh --prefix /usr/ --libdir /usr/lib/x86_64-linux-gnu/
It outputs:
checking for GST... no
configure: No package 'gstreamer-1.0' found
configure: error: no gstreamer-1.0 >= 1.7.1 (GStreamer) found
configure failed
Gstreamer is installed and is above 1.7.1:
$ gst-launch-1.0 --version
gst-launch-1.0 version 1.20.3
GStreamer 1.20.3
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0
—
Reply to this email directly, view it on GitHub <#125>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFPIOH6XDDUHW6BQED2XS3YP2XABAVCNFSM6AAAAABCFV6IF6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TINJSGAYDMOI>.
You are receiving this because you are subscribed to this thread.
|
It's a long time since I installed Gstreamer in this machine, so I don't remember exactly. I think I installed it via the Ubuntu package manager, but I can't be 100% sure. If it helps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to install from git in Ubuntu 22.04.1 LTS.
commit 09ba05865dacd2824b5b40ab75a4b9545fcc1366 (HEAD -> master, tag: v0.8.1, origin/master, origin/HEAD)
I'm following the Getting Started guide. When running the command:
./autogen.sh --prefix /usr/ --libdir /usr/lib/x86_64-linux-gnu/
It outputs:
Gstreamer is installed and is above 1.7.1:
The text was updated successfully, but these errors were encountered: