LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-04-2008, 02:36 PM   #1
linuxlainen
Member
 
Registered: Jul 2006
Location: Earth
Distribution: Ubuntu 9.04
Posts: 64

Rep: Reputation: 16
How to install Fuppes on Ubunutu 8.10


Hello all,

Any idea how to install Fuppes on Ubutnu 8.10?
I tried the instruction in this link
(http://maketecheasier.com/how-to-ins...rdy/2008/10/25) but then the Fuppes copy there is for 32bit system, where mine is AMD64.
I have tried to force change the file to 64bit, but it didn't work.

I also tried to install Fuppes from (http://www.getdeb.net/release/2932) which is for 64bit machines, but then I got the following error message:
Quote:
Error: Dependency is not satisfiable: libavcodecld
Last thing I tried is to recompile the SW. That was even worse nightmare as I end up with more dependencies problems

Please help.
Thank you
 
Old 11-04-2008, 02:57 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
The package on getdeb.net is for hardy (8.04), you can't just assume that it will work on any release (and apparently, it really does not).
It seems to me that the only way to go is compilation. The dependencies are normal - they just signal that you need to install the missing libraries before you can proceed. It may take several steps before you finally get to the point where you actually get to compile the thing but then you should not have any trouble. As a rule, the libraries can be found in the repositories so you do not need to go out hunting all over the net to find them.
 
Old 11-04-2008, 04:21 PM   #3
linuxlainen
Member
 
Registered: Jul 2006
Location: Earth
Distribution: Ubuntu 9.04
Posts: 64

Original Poster
Rep: Reputation: 16
Hello jay73,

Well, I managed to solve all dependency issues, but still the compiling part is not working well. I get the following errors while running the command
Code:
make install
Quote:
Making install in src
make[1]: Entering directory `/home/linuxlainen/fuppes-SVN-578/src'
if test -e "../version.sh"; then \
../version.sh; \
fi
make install-am
make[2]: Entering directory `/home/linuxlainen/fuppes-SVN-578/src'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -DINOTIFY_THREAD_SAFE -g -O2 -MT UDPSocket.lo -MD -MP -MF .deps/UDPSocket.Tpo -c -o UDPSocket.lo `test -f 'lib/SSDP/UDPSocket.cpp' || echo './'`lib/SSDP/UDPSocket.cpp
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -DINOTIFY_THREAD_SAFE -g -O2 -MT UDPSocket.lo -MD -MP -MF .deps/UDPSocket.Tpo -c lib/SSDP/UDPSocket.cpp -fPIC -DPIC -o .libs/UDPSocket.o
lib/SSDP/UDPSocket.cpp: In member function 'bool CUDPSocket::SetupSocket(bool, std::string)':
lib/SSDP/UDPSocket.cpp:58: warning: deprecated conversion from string constant to 'char*'
lib/SSDP/UDPSocket.cpp:71: warning: deprecated conversion from string constant to 'char*'
lib/SSDP/UDPSocket.cpp:93: error: 'memset' was not declared in this scope
lib/SSDP/UDPSocket.cpp:98: warning: deprecated conversion from string constant to 'char*'
lib/SSDP/UDPSocket.cpp:115: warning: deprecated conversion from string constant to 'char*'
lib/SSDP/UDPSocket.cpp: In member function 'void CUDPSocket::SendMulticast(std::string)':
lib/SSDP/UDPSocket.cpp:165: error: 'memset' was not declared in this scope
lib/SSDP/UDPSocket.cpp:168: error: 'strlen' was not declared in this scope
lib/SSDP/UDPSocket.cpp: In member function 'void CUDPSocket::SendUnicast(std::string, sockaddr_in)':
lib/SSDP/UDPSocket.cpp:175: error: 'strlen' was not declared in this scope
make[2]: *** [UDPSocket.lo] Error 1
make[2]: Leaving directory `/home/linuxlainen/fuppes-SVN-578/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/linuxlainen/fuppes-SVN-578/src'
make: *** [install-recursive] Error 1
Any idea what is this about?
 
Old 11-04-2008, 04:39 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Looks like a coding error. Is that the very latest version of the code? You may want to try an older one.
 
Old 11-04-2008, 04:52 PM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 404Reputation: 404Reputation: 404Reputation: 404Reputation: 404
SVN snapshots are usually not a good idea unless you are dealing with a extremely stable svn. SVN means live code that can change at any moment and can be broken or not compile at all at time intervals.

Before trying anything else, I'd start with a stable numbered release.
 
Old 11-05-2008, 02:54 PM   #6
linuxlainen
Member
 
Registered: Jul 2006
Location: Earth
Distribution: Ubuntu 9.04
Posts: 64

Original Poster
Rep: Reputation: 16
Hi,

Unfortunately the SW version I have listed is the only one available for now
Has any1 managed to connect Ubuntu 8.10 with PS3?

Please help.
 
Old 11-09-2008, 07:41 PM   #7
milhouse07
LQ Newbie
 
Registered: Nov 2008
Location: Los Angeles, CA USA
Distribution: Ubuntu 8.10
Posts: 4

Rep: Reputation: 0
hey guys,

i've successfully compiled the source. I had to go through all the code and correct errors. it was mostly missing ';' and '#include <cstring>' however i can not run fuppes, when i try i get.

fuppes: error while loading shared libraries: libfuppes.so.0: cannot open shared object file: No such file or directory

however i dont see any error during compiling or installation. maybe there are some 'configure' options i'm not using or something. i'm relatively new to linux so maybe some pro can finish this off. here is the link to the fixed source files, maybe u guys can give it a shot.

haha, tried to post link, apparently i have to "introduce" myself first... hi all i'm tony
 
Old 11-09-2008, 07:42 PM   #8
milhouse07
LQ Newbie
 
Registered: Nov 2008
Location: Los Angeles, CA USA
Distribution: Ubuntu 8.10
Posts: 4

Rep: Reputation: 0
alright now that we are aquinted here is the link
http://rapidshare.com/files/162295661/fuppes-SVN-578-fixed.tar.gz.html
 
Old 11-14-2008, 01:23 PM   #9
milhouse07
LQ Newbie
 
Registered: Nov 2008
Location: Los Angeles, CA USA
Distribution: Ubuntu 8.10
Posts: 4

Rep: Reputation: 0
If any one still cares. I was able to install and run Fuppes using the fixed source code above. I also was able to connect and stream to PS3!
 
Old 11-23-2008, 01:52 PM   #10
UncleAlex72
LQ Newbie
 
Registered: Nov 2008
Location: Basingstoke, UK
Distribution: Kubuntu
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by milhouse07 View Post
alright now that we are aquinted here is the link
Hi, could you re-up the file please. I'm a Rapidshare premium member and I'll happily host it.

cheers,
alex
 
Old 11-23-2008, 05:36 PM   #11
UncleAlex72
LQ Newbie
 
Registered: Nov 2008
Location: Basingstoke, UK
Distribution: Kubuntu
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by UncleAlex72 View Post
Hi, could you re-up the file please. I'm a Rapidshare premium member and I'll happily host it.

cheers,
alex
Okay, scratch that. I followed your fixing guidelines and took my mind back ten years when I last wrote any sort of C code and fixed it.

http://rapidshare.com/files/16675504...8.fixed.tar.gz

cheers,
alex
 
Old 11-24-2008, 10:51 AM   #12
milhouse07
LQ Newbie
 
Registered: Nov 2008
Location: Los Angeles, CA USA
Distribution: Ubuntu 8.10
Posts: 4

Rep: Reputation: 0
Cool thanks for hosting the files!!!
I gather you caught the 'std::' errors as well, i forgot to post that!
Well it doesnt matter, as long as it works right!
 
Old 11-29-2008, 06:24 PM   #13
yogib3ar
LQ Newbie
 
Registered: Nov 2008
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by UncleAlex72 View Post
Okay, scratch that. I followed your fixing guidelines and took my mind back ten years when I last wrote any sort of C code and fixed it.

http://rapidshare.com/files/16675504...8.fixed.tar.gz

cheers,
alex
Having any problems with displaying images(jpg) and movies (divx) on an xbox 360, i can get the mp3 going but when i'm trying movies or images, there are none to play.

I've tried the original 578 source and gutsy, this works oke, but one must follow the path of updating somtimes.

In this case 8.10, however nice it is, does not work for me, any ideas?

Yogib3ar
 
Old 06-02-2009, 12:02 AM   #14
ctardif
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
Cool

Quote:
Originally Posted by milhouse07 View Post
If any one still cares. I was able to install and run Fuppes using the fixed source code above. I also was able to connect and stream to PS3!
I care! Could you please publish fixed source code again? I'm some months late, and files seem to have "vanished" :-)

Thanks,

Christian...
 
  


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
priority for fuppes service petersk Linux - Server 3 10-26-2008 05:01 PM
New build sees Windoze, not Ubunutu Odyssey1942 Linux - Newbie 3 08-10-2008 04:00 PM
Ubunutu Edgy Eft newbie tazzie LinuxQuestions.org Member Intro 1 04-12-2007 03:06 PM
ubunutu cd wont boot johnm0123 Linux - Newbie 10 01-19-2007 06:54 AM
Apache2 and Phpbb2 on Ubunutu jak2586 Linux - Newbie 1 10-13-2006 03:41 PM

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

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