[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] building QtWebView for PyQT 5.6 snapshot
From:       Kevin Mcintyre <kebin70 () gmail ! com>
Date:       2016-03-22 5:08:10
Message-ID: CAA-sNEa2n8obEPpRAJCzTqJLN-z8UjLL8TSu6xtz3SvBDVFQsQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


this was odd.  The date on the QtWebEngineProcess

~/Qt/5.6/gcc_64/libexec$ ls -l

-rwxr-xr-x 1 ubuntu ubuntu  5736 Mar  3 12:04 QtWebEngineProcess
-rwxr-xr-x 1 ubuntu ubuntu 10528 Mar 19 19:11 QtWebProcess
-rwxr-xr-x 1 ubuntu ubuntu  6360 Mar 19 19:11 QtWebPluginProcess

this issue I resolved libQt5WebEngineCore.so.5 via export
LD_LIBRARY_PATH=/home/ubuntu/Qt/5.6/gcc_64/lib in my .bashrc file.

All ship shape now.  Nice to actually see WebEngine working again on my
local.




On Sun, Mar 20, 2016 at 7:45 AM, Kevin Mcintyre <kebin70@gmail.com> wrote:

> Of course you're right!  Late night - webkit looks good now.
>
> WebEngine is given me an error now..re-ran process from beginning just to
> be sure but I'm getting this head scratcher.
>
> /home/ubuntu/Qt/5.6/gcc_64/libexec/QtWebEngineProcess: error while loading
> shared libraries: libQt5WebEngineCore.so.5: cannot open shared object file:
> No such file or directory
>
> even though libQt5WebEngineCore.so.5 is present in
> /home/ubuntu/Qt/5.6/gcc_64/lib
>
>
>
>
>
>
>
>
> On Sat, Mar 19, 2016 at 4:12 AM, Kevin Mcintyre <kebin70@gmail.com> wrote:
>
>> Oh geez I'm an idiot.  Repeated that process with qtwebkit and qtwebkit
>> is good.
>>
>> https://trac.webkit.org/wiki/BuildingQtOnLinux
>>
>> On Sat, Mar 19, 2016 at 1:28 AM, Florian Bruhin <me@the-compiler.org>
>> wrote:
>>
>>> * Kevin Mcintyre <kebin70@gmail.com> [2016-03-19 01:00:51 -0700]:
>>> > In an attempt to resolve I clone http://code.qt.io/qt/qtwebview.git
>>> -b 5.6
>>>
>>> QtWebView is a separate Qt module, which has nothing to do with
>>> QtWebKit, or the QWebView class.
>>>
>>> http://doc.qt.io/qt-5/qtwebview-index.html
>>>
>>> Confusing, I know...
>>>
>>> Florian
>>>
>>> --
>>> http://www.the-compiler.org | me@the-compiler.org (Mail/XMPP)
>>>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>>>          I love long mails! | http://email.is-not-s.ms/
>>>
>>> _______________________________________________
>>> PyQt mailing list    PyQt@riverbankcomputing.com
>>> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
>>>
>>
>>
>

[Attachment #5 (text/html)]

<div dir="ltr"><div><div>this was odd.   The date on the \
QtWebEngineProcess<br><br>~/Qt/5.6/gcc_64/libexec$ ls -l<br><br>-rwxr-xr-x 1 ubuntu \
ubuntu   5736 Mar   3 12:04 QtWebEngineProcess<br>-rwxr-xr-x 1 ubuntu ubuntu 10528 \
Mar 19 19:11 QtWebProcess<br>-rwxr-xr-x 1 ubuntu ubuntu   6360 Mar 19 19:11 \
QtWebPluginProcess<br><br>this issue I resolved libQt5WebEngineCore.so.5 via export \
LD_LIBRARY_PATH=/home/ubuntu/Qt/5.6/gcc_64/lib in my .bashrc file.   \
<br></div><br></div>All ship shape now.   Nice to actually see WebEngine working \
again on my local.<br><div><div><br><br><br></div></div></div><div \
class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 20, 2016 at 7:45 AM, \
Kevin Mcintyre <span dir="ltr">&lt;<a href="mailto:kebin70@gmail.com" \
target="_blank">kebin70@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div>Of course you&#39;re right!   Late \
night - webkit looks good now.   <br></div><br></div>WebEngine is given me an error \
now..re-ran process from beginning just to be sure but I&#39;m getting this head \
scratcher.<br><div><br>/home/ubuntu/Qt/5.6/gcc_64/libexec/QtWebEngineProcess: error \
while loading shared libraries: libQt5WebEngineCore.so.5: cannot open shared object \
file: No such file or directory <br><br>even though libQt5WebEngineCore.so.5 is \
present in /home/ubuntu/Qt/5.6/gcc_64/lib</div><div><br><br><br><br><br><div><div><br><br></div></div></div></div><div \
class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div \
class="gmail_quote">On Sat, Mar 19, 2016 at 4:12 AM, Kevin Mcintyre <span \
dir="ltr">&lt;<a href="mailto:kebin70@gmail.com" \
target="_blank">kebin70@gmail.com</a>&gt;</span> wrote:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div>Oh geez I&#39;m an idiot.   Repeated that \
process with qtwebkit and qtwebkit is good.<br><br></div><div><a \
href="https://trac.webkit.org/wiki/BuildingQtOnLinux" \
target="_blank">https://trac.webkit.org/wiki/BuildingQtOnLinux</a><br><div><div \
class="gmail_extra"><br><div class="gmail_quote"><div><div>On Sat, Mar 19, 2016 at \
1:28 AM, Florian Bruhin <span dir="ltr">&lt;<a href="mailto:me@the-compiler.org" \
target="_blank">me@the-compiler.org</a>&gt;</span> wrote:<br></div></div><blockquote \
class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex"><div><div>* Kevin Mcintyre &lt;<a \
href="mailto:kebin70@gmail.com" target="_blank">kebin70@gmail.com</a>&gt; [2016-03-19 \
01:00:51 -0700]:<br> <span>&gt; In an attempt to resolve I clone <a \
href="http://code.qt.io/qt/qtwebview.git" rel="noreferrer" \
target="_blank">http://code.qt.io/qt/qtwebview.git</a> -b 5.6<br> <br>
</span>QtWebView is a separate Qt module, which has nothing to do with<br>
QtWebKit, or the QWebView class.<br>
<br>
<a href="http://doc.qt.io/qt-5/qtwebview-index.html" rel="noreferrer" \
target="_blank">http://doc.qt.io/qt-5/qtwebview-index.html</a><br> <br>
Confusing, I know...<br>
<span><font color="#888888"><br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" rel="noreferrer" \
target="_blank">http://www.the-compiler.org</a> | <a \
href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a> \
                (Mail/XMPP)<br>
     GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" \
                rel="noreferrer" \
                target="_blank">http://the-compiler.org/pubkey.asc</a><br>
              I love long mails! | <a href="http://email.is-not-s.ms/" \
rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br> \
</font></span><br></div></div>_______________________________________________<br> \
PyQt mailing list      <a href="mailto:PyQt@riverbankcomputing.com" \
target="_blank">PyQt@riverbankcomputing.com</a><br> <a \
href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" \
target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div></div></div></div>
 </blockquote></div><br></div>
</div></div></blockquote></div><br></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic