[webkit-dev] (no subject)
David Kilzer
ddkilzer at webkit.org
Fri Sep 5 14:44:44 PDT 2008
[Please keep replies on the list in case anyone else is able to help.]
Basic debugging from here calls for:
0. Does .libs/libwebkit-1.0.so.1.0.0 exist? Was libwebkit built successfully, or did the "make" command actually fail?
1. Does /usr/local/lib exist?
2. If so, what are the permissions for /usr/local/lib, e.g., are you able to write to it as your user or as root?
3. Does /usr/local/lib/libwebkit-1.0.so.1.0.0 already exist?
4. If so, what are its permissions, e.g, are you able to delete it or write over it as your user or as root?
5. Is /usr/local/lib on a read-only partition or mounted read-only?
6. Are there any "extended" attributes (e.g., for Linux ext2/3 or Windows NTFS) that prevent you from writing to that directory or overwriting that file?
7. What happens when you try to copy the file by hand?
cp -p .libs/libwebkit-1.0.so.1.0.0 /usr/local/lib/libwebkit-1.0.so.1.0.0
Dave
On Fri, 9/5/08, rakesh sadhu <rakeshsadhu at gmail.com> wrote:
> i also tried with root permissions!!!
> sudo make install but still same error!!!
> On Sat, Sep 6, 2008 at 3:03 AM, David Kilzer
> <ddkilzer at webkit.org> wrote:
>
> > Do you have write access to /usr/local/lib? Perhaps
> you need to run "make
> > install" as root? Or run "sudo make
> install"?
> >
> > Be careful--running as root can be dangerous!
> >
> > Dave
> >
> >
> > On Fri, 9/5/08, rakesh sadhu
> <rakeshsadhu at gmail.com> wrote:
> >
> > > i am facing a problem while building webkit
> r33943 ; when i
> > > do make install
> > >
> > > make install
> > > make install-am
> > > make[1]: Entering directory
> > > `/home/rakesh/Desktop/WebKit-r33943'
> > > make[2]: Entering directory
> > > `/home/rakesh/Desktop/WebKit-r33943'
> > > test -z "/usr/local/lib" || /bin/mkdir
> -p
> > > "/usr/local/lib"
> > > test -z "/usr/local/lib" || /bin/mkdir
> -p
> > > "/usr/local/lib"
> > > /bin/bash ./libtool --mode=install
> /usr/bin/install -c
> > > 'libwebkit-1.0.la'
> > > '/usr/local/lib/libwebkit-1.0.la'
> > > /usr/bin/install -c .libs/libwebkit-1.0.so.1.0.0
> > > /usr/local/lib/libwebkit-1.0.so.1.0.0
> > > /usr/bin/install: accessing
> > > `/usr/local/lib/libwebkit-1.0.so.1.0.0':
> > > Input/output error
> > > make[2]: *** [install-libLTLIBRARIES] Error 1
> > > make[2]: Leaving directory
> > > `/home/rakesh/Desktop/WebKit-r33943'
> > > make[1]: *** [install-am] Error 2
> > > make[1]: Leaving directory
> > > `/home/rakesh/Desktop/WebKit-r33943'
> > > make: *** [install] Error 2
> > > rakesh at rakesh-desktop:~/Desktop/WebKit-r33943$
> > >
> > >
> > > i need a help!!how to solve this!!
> > >
> > > --
> > > Regards,
> > > RakeshSadhu
> > > Boulevard Road,
> > > Srinagar,
> > > CASHMERE.
> >
>
>
>
> --
> Regards,
> RakeshSadhu
> Boulevard Road,
> Srinagar,
> CASHMERE.
More information about the webkit-dev
mailing list