I'm trying to set up a developmentserver for campcaster using ubuntu hardy,
But when I'm following this manual: http://code.campware.org/projects/campcaster/wiki/DevelopmentEnvironment
After Typing this code and wait for 2 hours or more
./bin/setupDevelopmentEnvironment.sh --apache-group=www-data
I get this error:
Unable to use apache deamon group www-data.
Please check if www-data is a correct user group,
and that the current user is a member of this group.
I checked my /etc/group file and found this
www-data:x:33:
So that can't be the problem.
Does anyone know a solution for this problem or is it better to use ubunte dapper or Fiesta to develop?