Koozali.org: home of the SME Server

who know any thing about Sme Server

mobassir

who know any thing about Sme Server
« Reply #15 on: August 07, 2004, 10:49:30 AM »
hello

Oh i am sorry i could not see abut "src" diffrencae , ok now i tried with
rpm -Uvh python2.3-2.3.4-3pydotorg.i386.rpm

Responce:
error: failed dependencies:
  libc.so.6(GLIBC_2.3) is needed by python2.3-2.3.4-3pydotorg
libcrypto.so.4 is needed by python2.3-2.3.4-3pydotorg
libdb-4.1.so   is needed by python2.3-2.3.4-3pydotorg
libgcc_s.so.1  is needed by python2.3-2.3.4-3pydotorg
libssl.so.4    is needed by python2.3-2.3.4-3pydotorg
libstdc++.so.5 is needed by python2.3-2.3.4-3pydotorg

I think its need some these development tools , so i downloaded gcc-2.96-110.i386.rpm
 It says
error: failed dependencies:
       cpp = 2.96-110 is needed by gcc-2.96-110
       glibc-devel is needed by gcc-2.96-110

its none stopable dependencies start

Few months ago i faced this problem in redhat 9 , when i was compiling any software , so some one recomend to install development tools from redhat cd with add/remove programe . and resolved.

But i dont know where are development tools in sme cd

thanks

Offline raem

  • *
  • 3,972
  • +4/-0
who know any thing about Sme Server
« Reply #16 on: August 07, 2004, 10:59:02 AM »
mobassir

> ok now i tried with
> rpm -Uvh python2.3-2.3.4-3pydotorg.i386.rpm

What's wrong with following this HOWTO ???

http://no.longer.valid/phpwiki/index.php/Upgrade%20to%20Python%202.3
...

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
who know any thing about Sme Server
« Reply #17 on: August 07, 2004, 03:29:03 PM »
mobassir

Slow down .... do some reading and then slowly work your way through things.

I was very green with linux stuff and I managed to load all the things on that I needed by reading and searching.

Believe me I have loaded a heap of addons onto SME server and haven't broken anything yet ... and my servers have been running for over 2 years now.

As you can see by the ammount of posts I have done .... I have not asked too many things ... I search and read.

Patience is the secret ... ohh and a test machine is always a good thing to have :).

Tib.

mobassir

who know any thing about Sme Server
« Reply #18 on: August 07, 2004, 03:31:44 PM »
Hello

yes i tried your link for python upgradation .

wget http://norlug.org/~chipster/download_handler.pxml?cat=1&file=python2.3-2.3.3-1.norlug.i386.rpm

wget http://norlug.org/~chipster/download_handler.pxml?cat=1&file=db4-4.0.14-4.norlug.i386.rpm

i did this at root text promp in temp folder
and it give massges like this
   resolving ..... done
connecting to norlug.....66.191.139.153 port 80
connetced
Http request send             200 ok
[   <=>             ] 7,044      5.37k/s
11:40:43 (5.37 KB/s) - index.html' saved


After that i just found index.html , index.html1, index.html2   files it temp folder

i also added  devinfo-mitel-update-system in server manager and tried to install all python rpm ,
it give all above dependencies Error as i typed above post

It saturday evening and i am tierd and will try later on monday morning

But I am getting Alot of Knowlage from site searc and from your experties
I was happy when i add option system update in server manager panal.
i am working on mailman projet but now stucked at python upgradation and mailman requierd python.
but mean while i install ezmlm mailing list manager and it management icon also added in server manager panel.
is there any option that any remote user just can see mailing list page now whole server manager page and then click on mailing list icon to creat mailing list

thansk for your great help

Offline raem

  • *
  • 3,972
  • +4/-0
who know any thing about Sme Server
« Reply #19 on: August 07, 2004, 06:36:00 PM »
mobassir

> is there any option that any remote user just can see mailing list page now whole server manager page and then click on mailing list icon to creat mailing list

Did you read the dungog Help file ?

If you did then you would know about the user manager panel

You install that and then configure it to just display the server manager panels required for a certain user.

log on to https://serverIP/user-manager
You may need to establish a VPN connection first for external users or setup a tunnel using ssh
...