17Nov/110
fix gpac problem: /usr/bin/ld: cannot find -lgpac_static

Some time you might facing some problem during installing ffmpeg:
gpac problem /usr/bin/ld: cannot find -lgpac_static
Here is the solution:
1st:
yum install mesa-libGL-devel yum install mesa-libGLU-devel yum install libXi-devel yum install libXmu-devel yum install freeglut-devel
then:
wget http://downloads.sourceforge.net/gpac/gpac-0.4.5.tar.gz wget http://downloads.sourceforge.net/gpac/gpac_extra_libs-0.4.5.tar.gz tar zxvf gpac-0.4.5.tar.gz tar zxvf gpac_extra_libs-0.4.5.tar.gz cd gpac cp -r ../gpac_extra_libs/* extra_lib/ chmod +x configure ./configure make lib make apps make install-lib make install cp bin/gcc/libgpac.so /usr/lib
Link To This Page
1. Click inside the codebox2. Right-Click then Copy
3. Paste the HTML code into your webpage
codebox