subversion looking for libmysqlclient_r in the wrong path?

2006-01-12 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, This is my first post to this mailing list, so please be kind :) I've tried installing subversion, but at some point of the compilation, I got an error message like: /usr/sbin/ld: cannot find -lmysqlclient_r I did a little research on the

Re: subversion looking for libmysqlclient_r in the wrong path?

2006-01-13 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, I take it you people don't like my question? Could you then be so kind and tell me to post my message to the bugs mailinglist or simply tell me to stfw. Simply some feedback would be very appreciated! David David Raison wrote: >

NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, I need to set up an nfs server on one of my machines, and so far I've been pretty unsuccessful ;( I'd like to access the nfs shares with some macOSX and a linux box. I followed the guidelines in both the linux and freeBSD nfs howtos, but to

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andrew Right, that's a point I had forgotten to post, although not a very surprising one [EMAIL PROTECTED] showmount -e lusitania Exports list on lusitania: [EMAIL PROTECTED] Andrew P. wrote: > `showmount -e lusitania`? > > -BEGIN PGP SIGNAT

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sadly even that simple example doesn't work. There's no output of mountd in the syslog and showmount -e doesn't list any shares either. David Andrew P. wrote: > On 1/22/06, David Raison <[EMAIL PROTECTED]> wrote: > >&

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sure thing, but I wish to share my external usb hdds which are mounted @ those mountpoints. > /mnt is usually a mount point, are you sure you don't have it > backwards? > /etc/exports on server1: > /usr -alldirs -mapall=root:bin 10.1.1.1 > mount wi

[Fwd: Re: S-Video to TV]

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sorry, forgot to CC - Original Message Subject: Re: S-Video to TV Date: Sun, 22 Jan 2006 17:58:36 +0100 From: David Raison <[EMAIL PROTECTED]> To: E. J. Cerejo <[EMAIL PROTECTED]> References: <[

Re: Help getting wordpress working oon 4.11

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stan, add the following to your httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps And index.php to the DirectoryIndex (so your index.php file gets loaded automatically if no filename is supplied)

Re: S-Video to TV

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 E. J. Cerejo wrote: > Because I live in the US and here we have a different TV Standard > which is NTCS, should I change this PAL-B to NTCS ("TVStandard" > "PAL-B") also? Yeah, sure > > Also I'm a bit confused about Section "ServerLayout", can I h

Re: S-Video to TV

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh, and you most probably have to use the nvidia driver, not the generic nv driver. But I'm not sure about this, might be possible that the nv driver is able to use the tvout mode... D. > Section "Device" ### Available Driver options are:- ### Values

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > David, > Could you do ls -l /mnt, and include your fstab as well as your /etc/exports file? This is very important because maybe the issue lies with permissions of the files and directories, as well as whether or not those are the actual mountpoint

Re: NFS trouble

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, first time I tried to export something different than an ext2fs device. It works. Now what I don't know is whether this has something to do with it being an ext2 fs or with the permissions. (regular users not being able to mount ext2 filesystems)