Please type:

make install DESTDIR=/var/www/ CGI_BIN=cgi-bin DOCUMENTROOT=/var/www/html

Look at the install rules in src/inc/cgi_build_rules.mk
to see how this works.

--Hiram

somy ork wrote:
> hi all,
> 
> I am using a RHEL machine for installing the genome browser.
> i have completed till the step exporting the mysqlinc and mysqllib.
> i have apache, mysql and other compliers on my machine.
> 
> after that...during the step:
> **********
> 
> 5.  To continue building the CGI binaries
>       $ cd kent/src/hg
>       $ make compile
>       $ make install DESTDIR=/destination/prefix
> 
>       Where "/destination/prefix" is your choice, and
>       this will install the cgi binaries in:
>       /destination/prefix/usr/local/apache/cgi-bin
> 
> ************
> 
> what is "/destination/prefix"???? what is should i type in this place.
> 
> the cgi-bin in my machine is located in "/var/www/cgi-bin"
> 
> so...should i give
> 
>       $ make install DESTDIR=/var/www/cgi-bin
> 
> and also, for the below:
> 
> *******
> 
> $ make install DESTDIR=/destination/prefix CGI_BIN=/cgi-bin/path
> DOCUMENTROOT=/usr/local/apache/htdocs
> 
> ********
> 
> What should i type in at the /destination/prefix part?????
> 
> $ make install DESTDIR=/destination/prefix CGI_BIN=/var/www/cgi-bin
> DOCUMENTROOT=/var/www/html
> 
> 
> I would be grateful to you if anyone can please guide in these steps.
> 
> thank you
> 
> regards
> 
> somy.
_______________________________________________
Genome maillist  -  [email protected]
http://www.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to