Missing files: modules/core/classes/GalleryStorage/g2_db2.jar

ydavka

Joined: 2012-02-06
Posts: 1
Posted: Mon, 2012-02-06 12:52

Hi everybody

I'm using Fedora14 and INSTALLEd Gallery2 with yum and it went normally
But when starting to configure the site via web, on step 3: System Checks , i'v got the following

==========
Gallery file integrity :
- Missing files (3)
lib/smarty/COPYING.lib
lib/smarty/README
modules/core/classes/GalleryStorage/g2_db2.jar
===============

Did I miss anything during install ?

Here are my packages instlled

========================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================
Installing:
gallery2 noarch 2.3.1-2.fc14 fedora 3.0 M
Installing for dependencies:
gallery2-classic noarch 2.3.1-2.fc14 fedora 136 k
gallery2-httpauth noarch 2.3.1-2.fc14 fedora 68 k
gallery2-matrix noarch 2.3.1-2.fc14 fedora 156 k
gallery2-rewrite noarch 2.3.1-2.fc14 fedora 171 k
php-Smarty noarch 2.6.26-1.fc13 fedora 151 k

Transaction Summary
========================================================================================================================================
Install 6 Package(s)

Total download size: 3.7 M
Installed size: 20 M
Is this ok [y/N]: y
Downloading Packages:
(1/6): gallery2-2.3.1-2.fc14.noarch.rpm | 3.0 MB 00:17
(2/6): gallery2-classic-2.3.1-2.fc14.noarch.rpm | 136 kB 00:01
(3/6): gallery2-httpauth-2.3.1-2.fc14.noarch.rpm | 68 kB 00:00
(4/6): gallery2-matrix-2.3.1-2.fc14.noarch.rpm | 156 kB 00:00
(5/6): gallery2-rewrite-2.3.1-2.fc14.noarch.rpm | 171 kB 00:01
(6/6): php-Smarty-2.6.26-1.fc13.noarch.rpm | 151 kB 00:01
----------------------------------------------------------------------------------------------------------------------------------------
Total

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Mon, 2012-02-06 16:10

Don't use yum or any other package manager to install G2.

Package managers are generally great as someone would have put them together expertly but for projects like G2, they can be out of date etc.

Follow this process from your command line instead

# Install dependencies
$ yum install tar wget php mysql httpd 
# Go to your webroot ... usually something like "/home/yourusername/example.com"
$ cd /home/yourusername/your-domain.com
$ wget http://downloads.sourceforge.net/gallery/gallery-2.3.1-minimal.tar.gz
$ tar -xvzf gallery-2.3.1-minimal.tar.gz
# If you want to give your gallery folder a specific name, such as "mygallery' instead of the default "gallery2", then run the next line
$ mv gallery2 mygallery
# if you logged in as root, you want to change the file ownerships
$ chown -R yourusername:yourusergroup *

Navigate to your-domain.com/mygallery and follow the onscreen instructions.

--
dakanji.com