Re: Help gia Postgresql 7.4 se suse 9.1 και warehouse manager niebie!!

ter2 at in.gr ter2 at in.gr
Wed Sep 15 18:32:05 EEST 2004


Ευχαριστώ για της συμβουλές σας 

ξεπερασα και αυτό με το adduser και το άλλο με το create... και εγκατάστησα το rpm που είναι για Fedora core 2 σε Suse9.1
μου έβγαλε ότι υπάρχει διένεξη της εφαρμογής με qt και qt-postgres (αν χρειάζονται λεπτομέριες ζητήστε) και ότι δεν υπήρχε η qt και qt-postgres (μη διαθέσημα αλλά είναι εγκατεστημένα ,μάλλον ψάχνει συγκεκριμενες εκδώσεις!?)

 αλλά έγώ συνέχισα 
!!( καλά έκανα??)

ωστόσο έτρεξα τον σερβερ όπως λέει και γενικά έκανα όλα τα βήματα όπως 
λέει sto install!!! το οποίο είναι το ίδιο και για τα src και το έχει το έτοιμο πακέτο 
προσπάθησα να κάνω προηγουμένος μεταγλώτηση στον κώδικα αλλά απέτυχε στο make μεσα στο φάκελο warehouse(όλο το install στο τέλος!!!!)
έτσι αφου είχα εγκαταστήσει το έτοιμο έκανα εκτέλεση 'whm'
και έτρεξε χωρίς να μου πει ότι δεν βρήσκει database drivers - ωραία 

Έτσι ξεκίνησε μετο ακόλουθο παραθυρο ( ελπίζω να καταλαβαίνετε πως είναι )

 ===================================================
[ Database Connection                          ?_Ox ]
 ===================================================
|                                                   |
|                                                   |
|                      ____________________         |
| Database Driver:    [QPSQL7______________]        | μονο αυτό έχει
|                      ____________________         |
| Database Host :     [____________________]        |να βάλω localhost?
|                      ____________________         |
| Database Port :     [Standard____________]        |
|                      ____________________         |
| Database Name :     [warehouse___________]        |
|                      ____________________         |
| Database User :     [whm_________________]        |
|                      ____________________         |
| Database Password:  [____________________]        |
|                                                   |
|                                                   |
|               _                                   |
|              |_| Remember password                |
|                                                   |
|                                                   |
|    _____________              ______________      |
|   {___Connect___}            {____Cancel____}     |
|                                                   |
|___________________________________________________|
   
 έχω φτιάξει 2 χρήστες στην postgres kwstas kai whm χωρίς να μου 
ζητήσει να τους βάλω κωδικό!!!

πάτησα connect (όπως είναι) αλλά τιποτα
άλλαξα χρήστη έβαλα 'kwstas' πάλι τιποτα 
Έκανα συνδιασμούς με "localhost" στο HOST
αλλά πάλι τίποτα!! 
πάντα μου βγάζει 

" Could not connect with specified form values"

τον σερβερ τον έχω ανοιξει σε root σε μία κονσολα 
από /etc/init.d/postgresql start 
...... done   (!)
αν κλείσω το παράθυρο(κονσόλας) θα κλείσει !???? 










όλο το install!!!!!!!!!!!!!!!!!!!!!!!!!!!

Warehouse Manager Installation Instructions
===========================================

Requirements:
=============

The current version of Warehouse Manager has been
written for the Linux platform, although Windows
and Mac ports have been planned.

For a Linux installation, you need the following
installed on your system. While other versions
may work, the following combinations have been
used for development of Warehouse Manager:

- GNU g++

  (C++ compiler: tested with version 3.3.3)

  see <http://gcc.gnu.org/>

- Qt compiled with PostgreSQL support

  (C++ GUI application framework: tested with version 3.3.2)

  see <http://www.trolltech.org/>

- PostgreSQL database

  (SQL database server: tested with version 7.4.2)

  see <http://www.postgresql.org/>

While other versions of these tools should work, they
have not been tested. They are likely to work, so use
them at your own risk if necessary, or simply install
some decent distribution of Linux with the above
software preinstalled such as Fedora Core 2:

<http://fedora.redhat.com/>

Installation Instructions:
==========================

- Unpack the source code and change to the
  created directory (presumably if you are
  reading this you have already done so):

  $ tar -zxvf warehousemanager-1.0.0.tar.gz
  $ cd warehousemanager-1.0.0

- Start the PostgreSQL server so that we may
  connect to it. On Fedora Linux this is done
  as follows:

  # su
  [ enter root password to become root ]
  # /etc/init.d/postgresql start

  On other systems the commands for starting the
  postmaster may be slightly different so be sure
  to check your documentation.

  You may want to configure your computer to start
  the database server automatically at bootup in
  case you don't want to have to repeat this
  step each time. See the runlevel editor
  for your distribution of Linux.

- Assuming you have root access, issue the following
  commands to become the postgres user on your system:

  $ su
  [ enter root password to become root ]
  # su postgres
  $ adduser your-user-name-here
  $ createdb warehouse
  [ Yes ]
  [ Yes ]

  This will create a database called warehouse
  which will be used to store your enterprise data.

- Initialize the database:

  $ psql -f database/create.sql warehouse


------τα έχω κάνει μεχρι έδώ !! 


  (ignore messages about dropped tables and views
  not existing; should you rerun this script your
  database will be deleted and recreated as empty
  so be careful not to run this again)

- Compile the source code:

  This step should take somewhere around fifteen
  minutes to half and hour depending on your system:

  $ cd warehouse
  $ make

  This will create an executable file called 'whm'.

- Install the executable and documentation in a place
  where it can be found:

  $ su
  [enter root password]
  # cp whm /usr/local/bin
  # mkidr -p /usr/share/whm/doc
  # cp ../doc/manual.html /usr/local/share/whm/doc

- Finally ensure that /usr/local/bin is in
  your PATH variable: type 'echo $PATH' to
  examine the contents of your PATH variable.

- Congratulations, you are now ready to run the program:

  Simply type 'whm' at the command prompt.

  Good luck!

  Neil Zanella
  <nzanella at users.sf.net>
τέλος!!!!!! install 
 
Ευχαριστώ προκαταβολικά!!!
ter2"papaki"in.gr





More information about the Migrate2linux mailing list