Changes

From SME Server
Jump to navigationJump to search
2,461 bytes removed ,  08:48, 9 February 2013
we have el6 versions of all the upstream sourced perl module packages in the repos now
Line 182: Line 182:  
rpm -qa | grep 'smeserver\|e-smith'| sed -e 's/-[0-9].*//' | sort > smeserver-packages.txt
 
rpm -qa | grep 'smeserver\|e-smith'| sed -e 's/-[0-9].*//' | sort > smeserver-packages.txt
 
</syntaxhighlight>
 
</syntaxhighlight>
  −
  −
== SME Server specific/required perl packages ==
  −
To get a list of the file names ''containing'' the string 'perl' on a running SME8 server.
  −
<syntaxhighlight lang="Bash">
  −
rpm -qa | grep perl | sed -e 's/-[0-9].*//' | sort
  −
</syntaxhighlight>
  −
  −
or, as per suggestion on the lists (All files ''starting'' with the string 'perl')
  −
<syntaxhighlight lang="Bash">
  −
rpm -qa --qf '%{NAME}\n' name=perl\* | sort
  −
</syntaxhighlight>
  −
  −
To export the list to a plain text file you could do:
  −
<syntaxhighlight lang="Bash">
  −
rpm -qa | grep perl | sed -e 's/-[0-9].*//' | sort > perl-list.txt
  −
</syntaxhighlight>
  −
  −
  −
perl-Digest-SHA Y
  −
perl Y
  −
perl-Archive-Tar Y
  −
perl-Authen-PAM ******
  −
perl-Authen-SASL Y
  −
perl-BSD-Resource ******
  −
perl-CGI-FormMagick ******
  −
perl-CGI-Persistent ******
  −
perl-Class-ParamParser ******
  −
perl-Clone Y
  −
perl-Compress-Raw-Bzip2 Y
  −
perl-Compress-Raw-Zlib         Y
  −
perl-Compress-Zlib     Y
  −
perl-Convert-ASN1     Y
  −
perl-Convert-BinHex Y
  −
perl-Convert-TNEF ******
  −
perl-Crypt-Cracklib ******
  −
perl-Crypt-OpenSSL-Bignum Y
  −
perl-Crypt-OpenSSL-Random Y
  −
perl-Crypt-OpenSSL-RSA Y
  −
perl-DateManip Y
  −
perl-DBD-MySQL Y
  −
perl-DBI Y
  −
perl-Digest-HMAC Y
  −
perl-Digest-SHA1 Y
  −
perl-Email-Date-Format Y
  −
perl-Encode-Detect Y
  −
perl-Error Y
  −
perl-File-MMagic ******
  −
perl-Geography-Countries ******
  −
perl-HTML-Parser Y
  −
perl-HTML-Tabulate ******
  −
perl-HTML-Tagset Y
  −
perl-I18N-AcceptLanguage ******
  −
perl-IO-Compress-Base Y
  −
perl-IO-Compress-Bzip2 Y
  −
perl-IO-Compress-Zlib Y
  −
perl-IO-Socket-INET6 Y
  −
perl-IO-Socket-SSL Y
  −
perl-IO-stringy Y
  −
perl-IO-Zlib Y
  −
perl-IP-Country ******
  −
perl-LDAP Y
  −
perl-libwww-perl Y
  −
perl-Locale-gettext ******
  −
perl-Mail-DKIM Y
  −
perl-Mail-RFC822-Address ******
  −
perl-Mail-SPF ******
  −
perl-MailTools Y
  −
perl-MIME-Lite Y
  −
perl-MIME-tools Y
  −
perl-Net-DNS Y
  −
perl-Net-Ident ******
  −
perl-Net-IP Y
  −
perl-Net-IPv4Addr ******
  −
perl-Net-SMTP-SSL Y
  −
perl-Net-SSLeay Y
  −
perl-NetAddr-IP Y
  −
perl-Object-Persistence ******
  −
perl-Package-Constants Y
  −
perl-Quota ******
  −
perl-Razor-Agent ******
  −
perl-RPM2 ******
  −
perl-Socket6 Y
  −
perl-suidperl Y
  −
perl-Test-Inline ******
  −
perl-Text-Iconv Y
  −
perl-Text-Template ******
  −
perl-Time-TAI64 ******
  −
perl-TimeDate Y
  −
perl-Unix-ConfigFile ******
  −
perl-URI Y
  −
perl-version Y
  −
perl-WWW-Automate ******
  −
perl-XML-NamespaceSupport Y
  −
perl-XML-Parser Y
  −
perl-XML-SAX Y
  −
  −
  −
I am now going to try and lob in the existing/missing el5 versions to see what happens. My guess is we will need to rebuild the required modules.
       

Navigation menu