RE: Help building/indtalling on RH8
"Glover George" <[email protected]> Mon, 17 Nov 2003 15:37:41 -0600
| Newsgroups | gmane.linux.upnp-sdk.general |
|---|---|
| Message-ID | <000001c3ad53$0a6f6830$c900a8c0@orange> |
Apparently you are trying to do a make install with a previous version of libupnp installed. Just remove /usr/lib/libupnp* and then run make install. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Rumball Sent: Friday, November 14, 2003 12:43 PM To: [email protected] Subject: Re: [UPnP-SDK-discuss] Help building/indtalling on RH8 James, Thank you for your suggestion, but before I can test the tv device, I have to have successfully built and installed the SDK... this is where I am having problems. I am getting errors duirng the "make install" process as shown below: ===== [root@linusrh8 upnp]# make install make[1]: Entering directory `/root/libupnp-1.2.1/ixml' make[2]: Entering directory `/root/libupnp-1.2.1/ixml/src' make[2]: `obj/libixml.so' is up to date. make[2]: Leaving directory `/root/libupnp-1.2.1/ixml/src' make[1]: Leaving directory `/root/libupnp-1.2.1/ixml' make[1]: Entering directory `/root/libupnp-1.2.1/threadutil' make[2]: Entering directory `/root/libupnp-1.2.1/threadutil/src' make[2]: Leaving directory `/root/libupnp-1.2.1/threadutil/src' make[1]: `all' is up to date. make[1]: Leaving directory `/root/libupnp-1.2.1/threadutil' make[1]: Entering directory `/root/libupnp-1.2.1/upnp/src' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/ssdp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/ssdp' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/soap' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/soap' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/miniserver' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/miniserver' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/service_table' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/service_table' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/util' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/util' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/client_table' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/client_table' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/net' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/net' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/net/http' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/net/http' make[3]: Entering directory `/root/libupnp-1.2.1/upnp/src/genlib/net/uri' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib/net/uri' make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/genlib' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/gena' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/gena' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/urlconfig' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/urlconfig' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/api' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/api' make[2]: Entering directory `/root/libupnp-1.2.1/upnp/src/uuid' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/libupnp-1.2.1/upnp/src/uuid' gcc -Wall -shared -Wl,-soname,libupnp.so lib/api.o lib//ssdp.o lib//soap.o lib//uuid.o lib//miniserverall.o lib//service_table.o lib//uriall.o lib//client_table.o lib//utilall.o lib//netall.o lib//httpall.o lib//urlconfigall.o lib//gena.o -o ../bin/libupnp.so ../bin/libthreadutil.so ../bin/libixml.so make[1]: Leaving directory `/root/libupnp-1.2.1/upnp/src' ln: `/usr/lib/libupnp.so': File exists make: *** [install] Error 1 [root@linusrh8 upnp]# ==== Do you have any suggestions as to what may be going wrong? Thanks, in advance. John On Thu, 2003-11-13 at 01:53, James Yegerlehner wrote: > I'd try running the example tv device and control points, and see if they > can talk to each other. You can also run the tv device, and see if the > Windows see's it and loads the presentation page. > > Regards, > ------------ > James Yegerlehner > Omniopera: XML Schema and WSDL Authoring Software > http://www.omniopera.com > > ----- Original Message ----- > From: "John Rumball" <[email protected]> > To: <[email protected]> > Sent: Wednesday, November 12, 2003 6:46 PM > Subject: [UPnP-SDK-discuss] Help building/indtalling on RH8 > > > > Hello, > > > > I am new to this list and trying to find help with building and > > installing the UPNP SDk on RedHat8. > > > > I have tried myself, following the instructions in the release notes but > > I think its a bit over my head. > > > > How can I confirm if I have installed it properly? If you have any tips > > or suggestions I'd be happy to hear them. > > > > Thanks in advance. > > > > > > John Rumball, CCNA > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: ApacheCon 2003, > > 16-19 November in Las Vegas. Learn firsthand the latest > > developments in Apache, PHP, Perl, XML, Java, MySQL, > > WebDAV, and more! http://www.apachecon.com/ > > _______________________________________________ > > UPnP-SDK-discuss mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/upnp-sdk-discuss > > > > > ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ UPnP-SDK-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/upnp-sdk-discuss ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl