LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-04-2011, 06:23 PM   #1
ibrahim52
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Rep: Reputation: Disabled
Snavtclient Install on Fedora


Is it possible to install Snavtclient, as i don't have much idea but i heard that i can view cameras online for AVTECH DVR once it is installed, i tried to download and install it through terminal but got this error. Thank you.

*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
Edit/Delete Message

Last edited by ibrahim52; 08-04-2011 at 08:24 PM.
 
Old 08-04-2011, 06:33 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

From the command line, switch to root using the following command:
Code:
su -
After that, run the following:
Code:
yum install sdl* libsdl*
I forget off hand what all you need, but that should do the trick for you, unless somehow the problem still persists.

Cheers,

Josh
 
Old 08-04-2011, 06:37 PM   #3
ibrahim52
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by corp769 View Post
Hello,

From the command line, switch to root using the following command:
Code:
su -
After that, run the following:
Code:
yum install sdl* libsdl*
I forget off hand what all you need, but that should do the trick for you, unless somehow the problem still persists.

Cheers,

Josh
Wow thanks josh that was really quick, i will try and tell you the results here.
 
Old 08-04-2011, 07:35 PM   #4
ibrahim52
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ibrahim52 View Post
Wow thanks josh that was really quick, i will try and tell you the results here.
Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for perl... /usr/bin/perl
checking for asciidoc... asciidoc
checking for htmldoc... htmldoc
checking for a2x... a2x
checking for docbook2pdf... docbook2pdf
checking whether to enable assertions... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for errno.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for sdl-config... no
checking for SDL - version >= 1.2.12... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: Could not find a required library SDL
[root@localhost snavtclient-0.0.4]# su
[root@localhost snavtclient-0.0.4]# make INSTALL
make: Nothing to be done for `INSTALL'.
[root@localhost snavtclient-0.0.4]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking whether make sets $(MAKE)... (cached) yes
checking for perl... /usr/bin/perl
checking for asciidoc... asciidoc
checking for htmldoc... htmldoc
checking for a2x... a2x
checking for docbook2pdf... docbook2pdf
checking whether to enable assertions... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for errno.h... (cached) yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for sdl-config... no
checking for SDL - version >= 1.2.12... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: Could not find a required library SDL
The output was still the same so thought of copying everything here. thank you.
 
Old 08-04-2011, 07:44 PM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Oops, my bad.... Wrong case:
Code:
yum install SDL*
Make sure SDL is all caps.

Cheers,

Josh
 
Old 08-04-2011, 08:17 PM   #6
ibrahim52
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
You are absolutely GENIUS. Thank you i was able to install it but i am not much familiar with commands so ill take care of it. THANKS a ton. Is it ok if i remove the previous installation you suggested ? as i am running out of space.
 
Old 08-04-2011, 08:22 PM   #7
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
What previous installation are you talking about? And since your problem is solved, please mark the thread as [SOLVED] using the thread tools at the top, and give rep if appplicable. Thanks!

Cheers,

Josh
 
1 members found this post helpful.
Old 08-04-2011, 08:23 PM   #8
ibrahim52
LQ Newbie
 
Registered: Aug 2011
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by corp769 View Post
What previous installation are you talking about? And since your problem is solved, please mark the thread as [SOLVED] using the thread tools at the top, and give rep if appplicable. Thanks!

Cheers,

Josh
regarding yum install sdl* libsdl*
 
Old 08-04-2011, 08:26 PM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
If you want to. I'm not sure what all that installed on your system, but unless you really need what is installed, you can safely remove it.
 
  


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
fedora 8 and fedora-base 8 install with windows during booting time ab25 Linux - Newbie 5 08-26-2014 07:24 PM
LXer: Easily Install Extra Applications In Fedora Using Autoplus Or Fedora Utils LXer Syndicated Linux News 0 07-05-2011 11:30 AM
Can't install Fedora 11 directly, or upgrade from Fedora 10. Anaconda won't detect HD sheepy Fedora - Installation 11 10-06-2009 08:11 AM
Can't boot Fedora 10 live cd or install Fedora 10 with install DVD dth4h Linux - Laptop and Netbook 7 06-01-2009 07:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:47 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