Hi Gabor,
Yes, I did check it and moved things around and was able to perfrom the
install. BUT now I have a new issue. I set up the virtual host in the
httpd.conf file and after restarting mysql and checking the  url(s)

*htttpd.conf file edited*
/etc/httpd/conf/httpd.conf
# Be sure to only have this line once in your configuration
NameVirtualHost 127.0.0.1:8080

# This is the configuration for your project
Listen 127.0.0.1:8080

<VirtualHost 127.0.0.1:8080>
ServerName www.jobeet.com.localhost
 DocumentRoot "/home/sfprojects/jobeet/web"
  DirectoryIndex index.php
  <Directory "/home/sfprojects/jobeet/web">
    AllowOverride All
    Allow from All
  </Directory>

  Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf
  <Directory "/home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf">
    AllowOverride All
    Allow from All
  </Directory>
</VirtualHost>


*hosts file *
/etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
::1         localhost localhost.localdomain localhost6
localhost6.localdomain6
127.0.0.1 www.jobeet.com.localhost

*mysql restart*
/etc/init.d/mysqld restart

*errors*
http://localhost:8080/index.php/
Oops! Google Chrome could not connect to localhost:8080
http://www.jobeet.com.localhost/index.php/
Oops! This link appears to be broken.

My local system is set up and working. The web root being here:
/var/www/html

Any ideas? Thank you for the assistance.

On Fri, Apr 16, 2010 at 5:58 AM, Gábor Fási <[email protected]> wrote:

> It means the file is not there. Did you check it?
>
> On Fri, Apr 16, 2010 at 04:33, Angel <[email protected]> wrote:
> > When I run this command from the sfproject directory:
> > php lib/vendor/symfony/data/bin/symfony generate:project PROJECT_NAME
> >
> > I receive this error:
> > Could not open input file: lib/vendor/symfony/data/bin/symfony
> >
> > I performed this checkout:
> > svn checkout http://svn.symfony-project.com/branches/1.4/
> >
> > OS fedora 12 (constantine)
> > php -v
> > PHP 5.3.2 (cli) (built: Mar  6 2010 08:33:02)
> > Copyright (c) 1997-2010 The PHP Group
> > Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
> >
> > I also ran the same command of the install on a web server and
> > received the same error.
> >
> > Any ideas? Please advise.
> >
> > Thank you.
> >
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
> >
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]<symfony-users%[email protected]>
> > For more options, visit this group at
> > http://groups.google.com/group/symfony-users?hl=en
> >
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<symfony-users%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to