make install error

Support and queries relating to all previous versions of ZoneMinder
Locked
JoeyF
Posts: 8
Joined: Tue Jun 22, 2004 11:13 am

make install error

Post by JoeyF »

Hi Folks,

I'M working on a SuSE 9.1 Linux with apache 2.0.49, php 4.3.4, mysql 4.0.18.
Installation of ZoneMinder works well until I "make install" below is the errormessage:

make install-data-hook
make[3]: Entering directory `/home/josef/zm-1.19.4/web'
( cd /srv/www/zm; chown apache:apache favicon.ico zm_actions.php zm_config.php zm_db.php zm_funcs.php zm_html.php zm_html_view_bandwidth.php zm_html_view_console.php zm_html_view_cycle.php zm_html_view_error.php zm_html_view_event.php zm_html_view_events.php zm_html_view_filter.php zm_html_view_filtersave.php zm_html_view_frame.php zm_html_view_frames.php zm_html_view_function.php zm_html_view_login.php zm_html_view_logout.php zm_html_view_monitor.php zm_html_view_montagefeed.php zm_html_view_montageframe.php zm_html_view_montagemenu.php zm_html_view_montage.php zm_html_view_montagestatus.php zm_html_view_none.php zm_html_view_optionhelp.php zm_html_view_options.php zm_html_view_postlogin.php zm_html_view_settings.php zm_html_view_state.php zm_html_view_stats.php zm_html_view_user.php zm_html_view_version.php zm_html_view_video.php zm_html_view_watchevents.php zm_html_view_watchfeed.php zm_html_view_watchmenu.php zm_html_view_watch.php zm_html_view_watchstatus.php zm_html_view_zone.php zm_html_view_zones.php zm_lang.php zm_lang_de_de.php zm_lang_en_gb.php zm_lang_en_us.php zm_lang_fr_fr.php zm_lang_ja_jp.php zm_lang_pl_pl.php zm_lang_ru_ru.php zm_lang_nl_nl.php zm_lang_it_it.php zm_lang_it_it2.php zm_lang_es_ar.php zm_lang_pt_br.php zm.php zm_styles.css zm_wml.php zm_wml_view_console.php zm_wml_view_feed.php )
chown: ?apache:apache?: ungültiger Benutzer
make[3]: *** [install-data-hook] Fehler 1
make[3]: Leaving directory `/home/josef/zm-1.19.4/web'
make[2]: *** [install-data-am] Fehler 2
make[2]: Leaving directory `/home/josef/zm-1.19.4/web'
make[1]: *** [install-am] Fehler 2
make[1]: Leaving directory `/home/josef/zm-1.19.4/web'
make: *** [install-recursive] Fehler 1

It seems to me, that I can not change the owner of apache. No idea why cause I made a standart installation of apache and changed nothing.
In case I'm new to apache and are not able to find any information in the web or forums I like to ask you for help.

Hope there is someone out who can help :lol:

Joey
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Are you doing the 'make install' as root or as a regular user?

Phil,
JoeyF
Posts: 8
Joined: Tue Jun 22, 2004 11:13 am

Post by JoeyF »

zoneminder wrote:Are you doing the 'make install' as root or as a regular user?

Phil,
Hi Phil,

I made "make install" as root.
Sorry, that I didn't mention it before.

Joey
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

I'm not sure I know what 'ungültiger Benutzer' means but I suspect it might be 'unknown user'. If that's the case then you need to ensure that you pass the correct web user and group to configure via the configure command. It may be your distribution uses 'web' and 'web' or something else. Check the ownership of the web processes and files to find out.

Phil,
JoeyF
Posts: 8
Joined: Tue Jun 22, 2004 11:13 am

Post by JoeyF »

zoneminder wrote:I'm not sure I know what 'ungültiger Benutzer' means but I suspect it might be 'unknown user'. If that's the case then you need to ensure that you pass the correct web user and group to configure via the configure command. It may be your distribution uses 'web' and 'web' or something else. Check the ownership of the web processes and files to find out.

Phil,
Hi Phil,
thanks for the help, I had to configure it as root:root.
Then the compilation went thrue without any further interupt.
Now I have to figure out, how I can get ZoneMinder to work :lol:

Thanks again, I will keep in touch
Joey
Locked