Please use the Reply All feature of your email program when you  
reply, so that the discussion stays on the list.
On Jan 9, 2008, at 03:25, Mehdi Mehdi wrote:
>> On Jan 8, 2008, at 08:19, Mehdi Mehdi wrote:
>>
>> > I have a problem with subversion on solaris 10 ...
>> > please help and sorry for my english ... :)
>> >
>> > Installing collabnet subversion ( pack installed with apache)
>> > Installing webSVN and so php and mod_php
>> > when rebooting the apache server the error below :
>> >
>> > wrong ELF class: ELFCLASS32". with the libphp5.so and apache can  
>> start
>> >
>> > what can i do ??? collabnet subversion support php ???
>>
>> subversion and php are not related to one another. It sounds like you
>> have an incorrect libphp5.so module but I'm not sure. Does libphp5.so
>> work properly by itself, if you don't load mod_dav_svn? If it still
>> doesn't work, then you have a php problem and need to consult a php
>> list.
>>
>> If php does work by itself, just not when you also load mod_dav_svn,
>> then maybe the order of loading the modules is relevant. Try
>> reversing the order.
>
> the error is :
>
> httpd: Syntax error on line 53 of /etc/opt/CollabNet_Subversion/ 
> conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so  
> into server: ld.so.1: httpd: fatal: /usr/local/apache2/modules/ 
> libphp4.so: wrong ELF class: ELFCLASS32
Oh I see. "CollabNet Subversion" includes Apache 2? I had no idea.  
I've never used "CollabNet Subversion"; I've just used plain old  
Subversion.
> i have install collabnet subversion CSVNclnt-1.4.4.1-sparc-local  
> and CSVNsrvr-1.4.4.1-sparc-local and i have apache 2.0.53 installed  
> with wollabnet subversion ..
>
> what version of php do i have to install ?
I don't know. Wait.... I thought you had libphp5.so before? Now you  
have libphp4.so? Anyway, it's not the version of PHP; it's the way  
it's built.
> thanx in advance, and thx for your support ...
>
> P.S : on the net they say that ELFCLASS32 is that we try to link a  
> 32 bit lib to a 64 and it 's not ok
Ok... so which one is your libphp4.so -- 32-bit or 64-bit? And which  
is "CollabNet Subversion"? And which is your server's processor?  
Presumably these should all match.
Did you compile your PHP library yourself or download a pre-compiled  
binary from somewhere? If the latter, you may want to try building it  
yourself.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-09 11:13:23 CET