Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6ade170087b0cfccb4e78828b4c47fb7 > files > 13

lsvpd-1.6.8-3.fc15.i686.rpm

lsvpd 2.0

Installation (briefly, For more detailed instructions please see ./INSTALL) :
	# ./bootstrap.sh
	# ./configure [--prefix=/usr/]
	# make
	# make install

Binary Dependencies
	zlib
	libvpd Development package
	librtas (on POWER based systems only)

Compilation Dependencies
	SCSI Utils Library (libsgutils.a) found in sg[3]_utils-dev 
	 or built from source.  Some versions of the binary package will not 
	 install sg_cmds.h.  In that case, you must build from source.
	   http://packages.qa.debian.org/s/sg3-utils.html
	     (Src: http://ftp.de.debian.org/debian/pool/main/s/sg3-utils/sg3-utils_1.28.orig.tar.gz)
	 
	sqlite2* Base:
	  http://rpmfind.net/linux/rpm2html/search.php?query=sqlite2
	  or http://rpm.pbone.net/index.php3?stat=3&search=sqlite2&srodzaj=3

	sqlite2-devel*:
	  http://rpmfind.net/linux/rpm2html/search.php?query=sqlite2-devel
	
* Note: Though sqlite2 can be used we strongly encourage sqlite3 because of 
improved error handling and reporting.

------------------
BUILDING RPMS
------------------

To build a tarball to feed to rpmbuild, do
	# make dist

It is necessary to specify that the target architecture is 32 bit when 
building the rpm for this package.  

As an example, we use a command similar to the following:

> rpmbuild -ba --prefix=/usr --target=ppc --nodeps [PATH TO SPEC FILE]