problem under suse 10.1
Hi James, I'm a tiny step away from going back to 10.0, though there's lots to be said for 10.1, and going to the latest kernel does seem sensible.
I did manage to find a non delta RPM, but having used run - Uvh and -i I now get dependency issues to other php4 files, php4 it'sself for one, that just aren't present in 10.1.
I'm guessing the guy that succesfully installed Zoneminder on 10.1 actually had 10.0 and did an update to 10.1.
I'm going to do a lot of googling on thios over the weekend, but I reckon I'll be going back to a 10.0 install for my next try.
Thanks,
Mark.
I did manage to find a non delta RPM, but having used run - Uvh and -i I now get dependency issues to other php4 files, php4 it'sself for one, that just aren't present in 10.1.
I'm guessing the guy that succesfully installed Zoneminder on 10.1 actually had 10.0 and did an update to 10.1.
I'm going to do a lot of googling on thios over the weekend, but I reckon I'll be going back to a 10.0 install for my next try.
Thanks,
Mark.
PHP5 isn't backwardly compatible is it? Can ZM can't run under PHP5? I did a backup of 10.1 before re-installing (still in progress) and I'm going to look at 10.1 more closely on a spare box I have.They may have just upgraded to php5
I do have other Suse machines so I'd prefer to keep everything the same distro. My difficulties before with Suse10.0 were almost certainly down to me not knowing what I was doing configuring for zm. I got in such a mess with wrong directories that I chose a clean install for ease. I'm a little more confident now Just my luck to read a thread where someone got it running on 10.1 at the point I decide to re-install .
-
- Posts: 4
- Joined: Sat May 27, 2006 11:44 pm
Hi all,
My first post here and I thought it should be on the end of this thread as I have successfully set up ZM on Suse 10.1 OSS and thought you guys could do with a pointer or two! It is running with an Axis 205 and has given me no major headaches since install!
Ok here goes (and this is from memory):
I followed dgsconseil's post on this forum but there are a few slight differences between Suse 10.0 and 10.1, the main one being 10.1 uses PHP5. Not a major problem but it means a couple of the RPM's listed need to be changed.
Here is a complete list of the RPM's I have installed to get ZM to work 'out of the box':
apache2-worker
apache2
apache2-mod_perl
apache2-mod_php5
php5
php5-mysql
mysql
mysql-client
mysql-devel
mysql-shared
gcc
gcc-c++
libmpeg2-devel
ffmpeg
libjpeg-devel
pcre-devel
xawtv
lynx
ncftp ************** see below
openssl-devel
All straightforward apart from ncftp. This has to be compiled and installed from here.
Then follow the rest of the HOWTO and choose defaults through all the perl stuff (quite a bit of it actually but all quite painless).
Now the gotcha, and this had me stumped with everything else working but no video for a while. If you are lazy like me and tempted to copy an paste the configure command, WAIT. The original had a slightly different path and 10.1 won't like it, so this:
should read this:
Spot the difference? I installed this in a non-64 bit environment so left off the last
Now follow the rest of the instructions and you should have a running ZM box in no time.
Enjoy
Rutger
P.S phil [your honour] and dgsconseil [you inspired my 10.1 install!], feel free to edit/amalgamate/repost/delete if this is of any use.
My first post here and I thought it should be on the end of this thread as I have successfully set up ZM on Suse 10.1 OSS and thought you guys could do with a pointer or two! It is running with an Axis 205 and has given me no major headaches since install!
Ok here goes (and this is from memory):
I followed dgsconseil's post on this forum but there are a few slight differences between Suse 10.0 and 10.1, the main one being 10.1 uses PHP5. Not a major problem but it means a couple of the RPM's listed need to be changed.
Here is a complete list of the RPM's I have installed to get ZM to work 'out of the box':
apache2-worker
apache2
apache2-mod_perl
apache2-mod_php5
php5
php5-mysql
mysql
mysql-client
mysql-devel
mysql-shared
gcc
gcc-c++
libmpeg2-devel
ffmpeg
libjpeg-devel
pcre-devel
xawtv
lynx
ncftp ************** see below
openssl-devel
All straightforward apart from ncftp. This has to be compiled and installed from here.
Then follow the rest of the HOWTO and choose defaults through all the perl stuff (quite a bit of it actually but all quite painless).
Now the gotcha, and this had me stumped with everything else working but no video for a while. If you are lazy like me and tempted to copy an paste the configure command, WAIT. The original had a slightly different path and 10.1 won't like it, so this:
Code: Select all
./configure --with-webdir=/svr/www/htdocs/ --with-cgidir=/svr/www/cgi-bin/ --with-webgroup=www --with-webuser=wwwrun ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zm ZM_DB_PASS=zm --with-libarch=lib64
Code: Select all
./configure --with-webdir=/srv/www/htdocs/ --with-cgidir=/srv/www/cgi-bin/ --with-webgroup=www --with-webuser=wwwrun ZM_DB_HOST=localhost ZM_DB_NAME=zm ZM_DB_USER=zm ZM_DB_PASS=zm --with-libarch=lib64
Code: Select all
--with-libarch=lib64
Enjoy
Rutger
P.S phil [your honour] and dgsconseil [you inspired my 10.1 install!], feel free to edit/amalgamate/repost/delete if this is of any use.
-
- Posts: 4
- Joined: Sat May 27, 2006 11:44 pm
That's absolutely no problem at all. I''ve just finsihed re-installing 10.0 OS, so I'll back that up and I've got a point to go back to for both versions.Sorry Mark, just read your post
Thank you so much for taking the time to post. It's been far more important for me to get this right than to do it quickly, 10.1 seems great.
Many others recommended avoiding Suse as there's not many zm users so less can offer support. I had to weigh that up against th fact that I had *some* familiarity with Suse and the availabilty of a step by step guide from someone who had actually done it . I chose to stick with it so all this trouble is of my own making.
Evrything that I've had to find out has enhanced my knowledge of Linux and that's valuable to mne anyway.
Thanks again,
Mark.
Up & Running!!!!
Thanks to all that helped especially Rutger, James & Byte and DGCoseil for his original howto.
I'm Running ZM 1.22.1 on OpenSuse 10.1 Using PHP5 with a 4 Chip BT878 Card, Fly Video TV Card and 2 Philips Web Cams. The Webcams are giving me grey/black screen but all Composite inputs are able to display with a VCR tape as test Source.
I'll compile all the bits people have told me into a Suse 10.1 "HowTo" for the Wiki in a day or 2, just want to make sure I can actuall record, trigger events etc. first.
Thanks again!
Mark.
Thanks to all that helped especially Rutger, James & Byte and DGCoseil for his original howto.
I'm Running ZM 1.22.1 on OpenSuse 10.1 Using PHP5 with a 4 Chip BT878 Card, Fly Video TV Card and 2 Philips Web Cams. The Webcams are giving me grey/black screen but all Composite inputs are able to display with a VCR tape as test Source.
I'll compile all the bits people have told me into a Suse 10.1 "HowTo" for the Wiki in a day or 2, just want to make sure I can actuall record, trigger events etc. first.
Thanks again!
Mark.
-
- Posts: 4
- Joined: Sat May 27, 2006 11:44 pm
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
glad your running mate
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
OK, so after many days trial & tribulations I've had ZM up & running (with a VCR test source) for 2 days. So now I get the "Version 1.22 is available" pop-up. Am I mad thinking of going for this now?
Is it simply Download & recompile over the top of the old version?
I'm clearly not happy having a working version, I can see why it's worth updateing from an earlier version, but is 1.22.2 worth it for a working 1.22.1 install?
Thanks,
Mark.
Is it simply Download & recompile over the top of the old version?
I'm clearly not happy having a working version, I can see why it's worth updateing from an earlier version, but is 1.22.2 worth it for a working 1.22.1 install?
Thanks,
Mark.