LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   Suse 11 Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/suse-11-enterprise-4175443544/)

zabidin2 12-31-2012 01:26 AM

Suse 11 Enterprise
 
Hi,

I'm installing ffmpeg from source. Even using Yast, some library could not be found in repo. I have some error and i already search in the net but not found it.

The error is:
Code:

check_header vorbis/vorbisenc.h
check_cpp
BEGIN /tmp/ffconf.d5kw4LOW.c
    1  #include <vorbis/vorbisenc.h>
    2  int x;
END /tmp/ffconf.d5kw4LOW.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -E -o /tmp/ffconf.dtrf0RcW.o /tmp/ffconf.d5kw4LOW.c
check_func vorbis_info_init -lvorbisenc -lvorbis -logg
check_ld cc -lvorbisenc -lvorbis -logg
check_cc
BEGIN /tmp/ffconf.d5kw4LOW.c
    1  extern int vorbis_info_init();
    2  int main(void){ vorbis_info_init(); }
END /tmp/ffconf.d5kw4LOW.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -c -o /tmp/ffconf.dtrf0RcW.o /tmp/ffconf.d5kw4LOW.c
gcc -Wl,--as-needed -o /tmp/ffconf.7FbMjwj5 /tmp/ffconf.dtrf0RcW.o -lvorbisenc -lvorbis -logg -lmp3lame -lm -pthread -lrt
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lvorbisenc
collect2: ld returned 1 exit status
ERROR: libvorbis not found

cannot find -lvorbisenc
collect2: ld returned 1 exit status


I cannot find the bold. Anybody have experience with suse? Please share with me.

Thanks.

John VV 12-31-2012 10:56 PM

can you post the output of your repo list ?
Code:

su -
zypper lr

for example on OpenSUSE 12.1 i have this
Code:

#  | Alias                              | Name                                                                                      | Enabled | Refresh
---+------------------------------------+-------------------------------------------------------------------------------------------+---------+--------
 1 | Application_Geo                    | Applications related to the earth (GIS, Mapping, geodesy, GPS, astronomy) (openSUSE_12.1) | Yes    | No   
 2 | Emulators                          | Emulators                                                                                | No      | No   
 3 | OBS-graphics                      | OBS-graphics                                                                              | Yes    | Yes   
 4 | Updates-for-openSUSE-12.1-12.1-1.4 | Updates for openSUSE 12.1 12.1-1.4                                                        | Yes    | Yes   
 5 | devel:gcc                          | devel:gcc                                                                                | Yes    | Yes   
 6 | download.opensuse.org-Education    | openSUSE BuildService - Education                                                        | No      | Yes   
 7 | download.opensuse.org-games        | openSUSE BuildService - Games                                                            | Yes    | Yes   
 8 | google-chrome                      | google-chrome                                                                            | Yes    | Yes   
 9 | google-earth                      | google-earth                                                                              | Yes    | Yes   
10 | medical                            | medical                                                                                  | No      | No   
11 | openSUSE-12.1-12.1-1.4            | openSUSE-12.1-12.1-1.4                                                                    | Yes    | No   
12 | packman.inode.at-suse              | Packman Repository                                                                        | Yes    | Yes   
13 | repo-debug                        | openSUSE-12.1-Debug                                                                      | No      | Yes   
14 | repo-debug-update                  | openSUSE-12.1-Update-Debug                                                                | No      | Yes   
15 | repo-non-oss                      | openSUSE-12.1-Non-Oss                                                                    | Yes    | Yes   
16 | repo-oss                          | openSUSE-12.1-Oss                                                                        | Yes    | Yes   
17 | repo-source                        | openSUSE-12.1-Source                                                                      | No      | Yes   
18 | science                            | science                                                                                  | No      | No



All times are GMT -5. The time now is 05:05 PM.