LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-27-2006, 04:26 PM   #16
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15

Quote:
/usr/bin/gcc

Some influential environment variables:
CC C compiler command
Your path to gcc is /usr/bin/gcc so to configure libdvdcss, cd into the libdvdcss directory <cd /path/to/libdvdcss> and type in <./configure CC=/usr/bin/gcc>. If you get any further errors, please post them here. I also noticed this.

Quote:
When typing in $ Make or $ make install, I just get:

linux:/home/jeremy/Documents/libdvdcss-1.2.9 # $ make
bash: $: command not found
linux:/home/jeremy/Documents/libdvdcss-1.2.9 # $ make install
bash: $: command not found
Look for make just like you looked for gcc <find / -name make>. Once it's found, to use make type in </path/to/make> and </path/to/make install>.
 
Old 03-27-2006, 05:56 PM   #17
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally Posted by ceros
Your path to gcc is /usr/bin/gcc so to configure libdvdcss, cd into the libdvdcss directory <cd /path/to/libdvdcss> and type in <./configure CC=/usr/bin/gcc>. If you get any further errors, please post them here.
/usr/bin is usually included in your path. My bet is that he does not have the development tools installed on his computer.
 
Old 03-27-2006, 06:30 PM   #18
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Quote:
When typing find / -name gcc

linux:/home/jeremy/Documents/libdvdcss-1.2.9 # find / -name gcc
find: WARNING: Hard link count is wrong for /sys/devices: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
/usr/bin/gcc
/usr/lib64/gcc
find: /media/floppy: No medium found
linux:/home/jeremy/Documents/libdvdcss-1.2.9 #
He did however have them since it turned up after using find.
 
Old 03-27-2006, 07:52 PM   #19
JBailey742
Member
 
Registered: Mar 2006
Location: Saint Louis Park, MN
Distribution: Mandriva 2007.1 Spring
Posts: 338

Original Poster
Rep: Reputation: 30
As for the first one, finding make:

linux:/home/jeremy # find / -name make
find: WARNING: Hard link count is wrong for /sys/devices: this may be a bug in your filesystem driver. Automatically turning on find's -noleaf option. Earlier results may have failed to include directories that should have been searched.
/usr/bin/make
find: /media/floppy: No medium found

The other is giving me trouble. I imagine when you say path/to/make, you mean "usr/bin/make?

I'll try some more, different stuff, see if I can get something to go. Right now, it's not giving me any real info or anything.
 
Old 03-27-2006, 08:05 PM   #20
JBailey742
Member
 
Registered: Mar 2006
Location: Saint Louis Park, MN
Distribution: Mandriva 2007.1 Spring
Posts: 338

Original Poster
Rep: Reputation: 30
I missed a step, sorry: linux:/home/jeremy/Documents/libdvdcss-1.2.9 # ./configure CC=/usr/bin/gcc checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... gcc3 checking how to run the C preprocessor... /usr/bin/gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by /usr/bin/gcc... /usr/x86_64-suse-linux/bin/ld checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc static flag works... yes checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/x86_64-suse-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/cdio.h usability... no checking sys/cdio.h presence... no checking for sys/cdio.h... no checking sys/dvdio.h usability... no checking sys/dvdio.h presence... no checking for sys/dvdio.h... no checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes checking dvd.h usability... no checking dvd.h presence... no checking for dvd.h... no checking /sys/dev/scsi/scsi_ioctl.h usability... no checking /sys/dev/scsi/scsi_ioctl.h presence... no checking for /sys/dev/scsi/scsi_ioctl.h... no checking sys/scsi/scsi_types.h usability... no checking sys/scsi/scsi_types.h presence... no checking for sys/scsi/scsi_types.h... no checking sys/scsi.h usability... no checking sys/scsi.h presence... no checking for sys/scsi.h... no checking IOKit/storage/IODVDMediaBSDClient.h usability... no checking IOKit/storage/IODVDMediaBSDClient.h presence... no checking for IOKit/storage/IODVDMediaBSDClient.h... no checking if $CC accepts -Wall... yes checking if $CC accepts -Wsign-compare... yes checking for doxygen... no checking for latex... no configure: creating ./config.status config.status: creating Makefile config.status: creating debian/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/dvdcss/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands linux:/home/jeremy/Documents/libdvdcss-1.2.9 # /usr/bin/make /usr/bin/make all-recursive make[1]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9' Making all in src make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' Making all in dvdcss make[3]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[3]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' if /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. - I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-co mpare -Wall -g -O2 -MT libdvdcss.lo -MD -MP -MF ".deps/libdvdcss.Tpo" -c -o libd vdcss.lo libdvdcss.c; \ then mv -f ".deps/libdvdcss.Tpo" ".deps/libdvdcss.Plo"; else rm -f ".deps/libdvd css.Tpo"; exit 1; fi mkdir .libs /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT libdvdcss.lo -MD -MP -MF . deps/libdvdcss.Tpo -c libdvdcss.c -fPIC -DPIC -o .libs/libdvdcss.o libdvdcss.c: In function 'dvdcss_open': libdvdcss.c:386: warning: pointer targets in passing argument 1 of 'sprintf' dif fer in signedness libdvdcss.c:387: warning: pointer targets in passing argument 1 of 'open' differ in signedness libdvdcss.c:472: warning: pointer targets in passing argument 1 of 'sprintf' dif fer in signedness libdvdcss.c:485: warning: pointer targets in passing argument 1 of 'sprintf' dif fer in signedness libdvdcss.c:527: warning: pointer targets in passing argument 1 of 'sprintf' dif fer in signedness libdvdcss.c:528: warning: pointer targets in passing argument 2 of 'fprintf' dif fer in signedness /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT libdvdcss.lo -MD -MP -MF . deps/libdvdcss.Tpo -c libdvdcss.c -o libdvdcss.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. - I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-co mpare -Wall -g -O2 -MT device.lo -MD -MP -MF ".deps/device.Tpo" -c -o device.lo device.c; \ then mv -f ".deps/device.Tpo" ".deps/device.Plo"; else rm -f ".deps/device.Tpo"; exit 1; fi /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT device.lo -MD -MP -MF .dep s/device.Tpo -c device.c -fPIC -DPIC -o .libs/device.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT device.lo -MD -MP -MF .dep s/device.Tpo -c device.c -o device.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. - I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-co mpare -Wall -g -O2 -MT css.lo -MD -MP -MF ".deps/css.Tpo" -c -o css.lo css.c; \ then mv -f ".deps/css.Tpo" ".deps/css.Plo"; else rm -f ".deps/css.Tpo"; exit 1; fi /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT css.lo -MD -MP -MF .deps/c ss.Tpo -c css.c -fPIC -DPIC -o .libs/css.o css.c: In function '_dvdcss_title': css.c:180: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness css.c:226: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT css.lo -MD -MP -MF .deps/c ss.Tpo -c css.c -o css.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. - I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-co mpare -Wall -g -O2 -MT ioctl.lo -MD -MP -MF ".deps/ioctl.Tpo" -c -o ioctl.lo ioc tl.c; \ then mv -f ".deps/ioctl.Tpo" ".deps/ioctl.Plo"; else rm -f ".deps/ioctl.Tpo"; ex it 1; fi /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT ioctl.lo -MD -MP -MF .deps /ioctl.Tpo -c ioctl.c -fPIC -DPIC -o .libs/ioctl.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT ioctl.lo -MD -MP -MF .deps /ioctl.Tpo -c ioctl.c -o ioctl.o >/dev/null 2>&1 if /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. - I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-co mpare -Wall -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo err or.c; \ then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; ex it 1; fi /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT error.lo -MD -MP -MF .deps /error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_ BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT error.lo -MD -MP -MF .deps /error.Tpo -c error.c -o error.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -D_LARGEFILE64_SOURCE -D_F ILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -o libdvdcss.la - rpath /usr/local/lib -version-info 2:8:0 -no-undefined libdvdcss.lo device.lo cs s.lo ioctl.lo error.lo /usr/bin/gcc -shared .libs/libdvdcss.o .libs/device.o .libs/css.o .libs/ioctl.o .libs/error.o -Wl,-soname -Wl,libdvdcss.so.2 -o .libs/libdvdcss.so.2.0.8 (cd .libs && rm -f libdvdcss.so.2 && ln -s libdvdcss.so.2.0.8 libdvdcss.so.2) (cd .libs && rm -f libdvdcss.so && ln -s libdvdcss.so.2.0.8 libdvdcss.so) ar cru .libs/libdvdcss.a libdvdcss.o device.o css.o ioctl.o error.o ranlib .libs/libdvdcss.a creating libdvdcss.la (cd .libs && rm -f libdvdcss.la && ln -s ../libdvdcss.la libdvdcss.la) make[3]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' Making all in test make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' if /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -D_LARGEFILE64_SOURCE - D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -MT csstest-csst est.o -MD -MP -MF ".deps/csstest-csstest.Tpo" -c -o csstest-csstest.o `test -f ' csstest.c' || echo './'`csstest.c; \ then mv -f ".deps/csstest-csstest.Tpo" ".deps/csstest-csstest.Po"; else rm -f ". deps/csstest-csstest.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -D_LARGEFILE64_SOURCE -D_F ILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-compare -Wall -g -O2 -o csstest csste st-csstest.o ../src/libdvdcss.la mkdir .libs /usr/bin/gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDVDCSS_DIST -Wsign-c ompare -Wall -g -O2 -o .libs/csstest csstest-csstest.o ../src/.libs/libdvdcss.s o creating csstest make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' Making all in doc make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9' make[1]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9' linux:/home/jeremy/Documents/libdvdcss-1.2.9 # /usr/bin/make install Making install in src make[1]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' Making install in dvdcss make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[3]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include/dvdcss" || mkdir -p -- "/usr/local/include/dvdcss" /usr/bin/install -c -m 644 'dvdcss.h' '/usr/local/include/dvdcss/dvdcss.h' make[3]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src/dvdcss' make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' make[3]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libdvdcss.la' '/usr/local/lib/libdvdcss.la' /usr/bin/install -c .libs/libdvdcss.so.2.0.8 /usr/local/lib/libdvdcss.so.2.0.8 (cd /usr/local/lib && rm -f libdvdcss.so.2 && ln -s libdvdcss.so.2.0.8 libdvdcss.so.2) (cd /usr/local/lib && rm -f libdvdcss.so && ln -s libdvdcss.so.2.0.8 libdvdcss.so) /usr/bin/install -c .libs/libdvdcss.lai /usr/local/lib/libdvdcss.la /usr/bin/install -c .libs/libdvdcss.a /usr/local/lib/libdvdcss.a ranlib /usr/local/lib/libdvdcss.a chmod 644 /usr/local/lib/libdvdcss.a PATH="$PATH:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' make[1]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/src' Making install in test make[1]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' make[1]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/test' Making install in doc make[1]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[1]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9/doc' make[1]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9' make[2]: Entering directory `/home/jeremy/Documents/libdvdcss-1.2.9' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9' make[1]: Leaving directory `/home/jeremy/Documents/libdvdcss-1.2.9' linux:/home/jeremy/Documents/libdvdcss-1.2.9 # Ignore that last reply, being I got the information this time, now that I did a step I forgot, opps. It also seems like libdvdcss is there during the kaffeine check, but it still fails. It showed me this link with this message: Movie player applications on SuSE Linux are unable to play a number of movie file formats, especially movie DVDs. Due to patented codecs and copy protection, SuSE is not allowed to deliver full-featured movie players with the distribution. The xine lib package is especially affected. It is missing some plug-ins, so all xine-based players (like kaffeine, totem or noatun) are also unable to play these media. Please do not write bug reports to these projects when you are unable to play files, because this is not a bug, but a legal requirement and neither the authors nor SuSE have a chance to fix this. Unfortunately there is, to our knowledge, no legal DVD player for Linux currently sold by anyone. This doesn't give me much reassurance

Last edited by JBailey742; 03-27-2006 at 08:20 PM.
 
Old 03-27-2006, 11:16 PM   #21
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
It's good news that you were able to find the necessary tools to build libdvdcss. Funny that /usr/bin is not in your path...

As for playing back, you most probably need to have the win32codecs package, which includes libraries for those patented file formats.

http://www.mplayerhq.hu/design7/codecs.html
 
Old 03-28-2006, 03:26 PM   #22
JBailey742
Member
 
Registered: Mar 2006
Location: Saint Louis Park, MN
Distribution: Mandriva 2007.1 Spring
Posts: 338

Original Poster
Rep: Reputation: 30
I'm assuming I know the proper folder to place these files, but it just says permission denied.

Speaking of which, I can't edit my own personal files. Those are locked too.
 
Old 03-28-2006, 03:31 PM   #23
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Have you tried going into superuser mode <su>?
 
Old 03-28-2006, 03:36 PM   #24
JBailey742
Member
 
Registered: Mar 2006
Location: Saint Louis Park, MN
Distribution: Mandriva 2007.1 Spring
Posts: 338

Original Poster
Rep: Reputation: 30
How would you go about moving or copying files into that directory while in root? I tried to be in root for some things, and it just said permission denied.

I'm also trying to access my files (folder name Backup Files) and all I get is:

linux:/home/jeremy # cd Backup Files
bash: cd: Backup: No such file or directory

It does exist. I see it in the directory.

Last edited by JBailey742; 03-28-2006 at 03:41 PM.
 
Old 03-28-2006, 03:48 PM   #25
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally Posted by JBailey742
linux:/home/jeremy # cd Backup Files
bash: cd: Backup: No such file or directory

It does exist. I see it in the directory.
Is the directoy name "Backup Files"? If so, you need to do the following:

Code:
linux:/home/jeremy # cd Backup\ Files
 
Old 03-28-2006, 04:51 PM   #26
JBailey742
Member
 
Registered: Mar 2006
Location: Saint Louis Park, MN
Distribution: Mandriva 2007.1 Spring
Posts: 338

Original Poster
Rep: Reputation: 30
Thanks, that works.
As for those files, how can they be moved or copied?
 
Old 03-28-2006, 04:58 PM   #27
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally Posted by JBailey742
Thanks, that works.
As for those files, how can they be moved or copied?
How exactly are you trying to copy/move files? Root should be able to do that operation unless the destination directory is on a read-only device.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How do I downgrade from a libdvdcss-1.2.9 rpm to libdvdcss-1.2.6 compiled from source LiquidSlumber Linux - Software 2 02-17-2006 11:18 PM
xine + libdvdcss +playing dvd's +suse 9.2 department27 Linux - Newbie 3 03-15-2005 04:20 PM
which libdvdcss for Suse 9.1? brent1a Linux - Software 6 05-24-2004 11:06 AM
No 'locate' cmd in SuSE 9.0?? pH* Linux - Newbie 12 01-18-2004 01:08 AM
suse 9 libdvdcss meektom Linux - Software 1 12-25-2003 01:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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