Hi,I have a zencart system which is alredi installed and modify in OS Windows and it can be show properly.
Now, I have to move my zencart system to Linux.
So, I export my zencart database and import to Linux by using phpmyadmin and also move all my zencart files to Linux under location at /srv/www.
But when i go to http://localhost/cart with browser firefox,
it show me errors as below:

Warning: main(includes/configure.php): failed to open stream: No such file or directory in /srv/www/cart/includes/application_top.php on line 37

Warning: main(): Failed opening 'includes/configure.php' for inclusion (include_path='/usr/share/php') in /srv/www/cart/includes/application_top.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/cart/includes/application_top.php:37) in /srv/www/cart/includes/application_top.php on line 52
Below about my server and zencart information:

zencart : v12.7
mysql : v4.1.13
phpmyadmin : v2.6.4
apache : Apache/2.0.54 (Linux/SUSE)
OS system: linux 2.6.13-15-default #1


Thanks for help =)