If you are still getting the same error, then you haven't yet changed a binary. Look in your cgi-bin directory after you build binaries from the source tree to see if the files there are new.
After changing the code in the library and rebuilding the library, you need to rebuild the CGI binaries. Go to src/hg/ and run a 'make alpha' --Hiram WANG Wuqi wrote: > Hi Hiram, > > I try to do below 2 cases but still appear same error: > (1) To make /usr/local/apache/cgi-bin/encode/cv.ra > (2) Edit src/hg/lib/hui.c to replace /usr/local/apache with > /var/www/usr/local/apache > Then in path src/hg/lib to do > make clean > make > (3) symlink > > Please give advice. > > Thanks & Regards > > Wuqi > > > -----Original Message----- > From: Hiram Clawson [mailto:[email protected]] > Sent: Wednesday, March 17, 2010 12:24 PM > To: WANG Wuqi > Cc: [email protected] > Subject: Re: Error: Couldn't open /usr/local/apache/cgi-bin/encode/cv.ra , No > such file or directory > > Good Evening Wuqi: > > Unfortunately this is a hard-coded path name in the code. > To work-around this business until we can fix the code, > create a symlink /usr/local/apache -> /var/www/usr/local/apache > > Or, fixup the code in src/hg/lib/hui.c for the variable: > VOCAB_LINK > > --Hiram > > WANG Wuqi wrote: >> Hi Hiram, >> >> Good Morning! >> >> We use genome browser mirror site version 218. >> When we click the track "Open Chromatin" in group 'Regulation' of hg18, >> then click 'HepG2', 'Tier2' or others to encounter follow error: >> >> Couldn't open /usr/local/apache/cgi-bin/encode/cv.ra , No such file or >> directory. >> >> Even if I download 'cv.ra' from >> "ftp://hgdownload.cse.ucsc.edu/apache/cgi-bin/encode/" >> and make path "/usr/local/apache/cgi-bin/encode" to put file 'cv.ra', still >> appears >> same errors. >> Also even if put 'cv.ra' to our apache to appear same errors. >> >> By the way, our apache is in path '/var/www/usr/local/apache/'. >> >> Details as attachment >> >> Please give advice. >> >> >> Thanks & Regards >> >> Wuqi > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
