how to setup godaddy cheap hosting

let’s see…so go to godaddy and find a domain name, register it, ignore all the extra offers, then go your control panel, go to dns, click on the image ‘name servers’ and then add them in as ns1.bluehost.com ns2.bluehost.com [or whatever yours are]. Then set it up at bluehost.com [cpanel] that it is a host you want to host.

xming prob

[24:2313][rdp@ilab1:~]$ xterm
xterm Xt error: Can’t open display:
xterm:  DISPLAY is not set

when attempting to forward using putty + xming ran into this.  This means that DISPLAY isn’t set [did you check ' Enable X11 Forwarding'?], which is usually set automatically to localhost:10.0 or something [from this thread http://lists.freebsd.org/pipermail/freebsd-questions/2007-July/154334.html 's previous posts].  However, it may mean that it isn’t allowed by the host.

[have to setup as specified by http://www.straightrunning.com/XmingNotes/trouble.php ]

so…not knowing that, it suggests using xhost, however doesn’t supply an executable of it, so we appear stuck at all ends.   Ahh well :)

download the ‘tools and clients’ to get xauth

svn install difficulty

got this installing svn:
cd subversion/libsvn_ra_dav && /bin/sh /home/rogerdpack/subversion-1.4.6/libtool –tag=CC –silent –mode=link gcc -fPIC -pthread -L/home/rogerdpack/subversion-1.4.6/apr-util/xml/expat/lib -rpath /usr/local/lib -o libsvn_ra_dav-1.la commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /home/rogerdpack/subversion-1.4.6/apr-util/libaprutil-0.la /home/rogerdpack/subversion-1.4.6/apr-util/xml/expat/lib/libexpat.la /home/rogerdpack/subversion-1.4.6/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /home/rogerdpack/subversion-1.4.6/neon/src/libneon.la -lz
/usr/bin/ld: /home/rogerdpack/subversion-1.4.6/neon/src/.libs/libneon.a(ne_request.o): relocation R_X86_64_32 against `a local symbol’ can not be used when making a shared object; recompile with -fPIC
/home/rogerdpack/subversion-1.4.6/neon/src/.libs/libneon.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1

fix:
it meant
that I should export CPPFLAGS=’-fPIC’ && make clean && make