<html theme="default-light" iconset="color"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body text="#485663">yep, apt upgrade should be fine after this.<br>
<br>
BTW if you have any other packages marked as "rc", they can be safely
purged.<br>
<br>
Nick<br>
<br>
<span>Jay Hanke wrote on 02/02/2023 23:08:</span><br>
<blockquote type="cite"
cite="mid:CAOp6GiKJuBuL+NPXO4tn72pg9F=hN+Nhwy0Kg=s0-y5HnzfTnA@mail.gmail.com">
<pre wrap="">After following your instructions, I reinstalled php8.0-memcached, and
restarted apache2 and it came back.
It looked like from the notes it was safe to use apt upgrade after the
aliases were fixed. Is that the case?
Thanks,
Jay
On Thu, Feb 2, 2023 at 5:02 PM Jay Hanke <a class="moz-txt-link-rfc2396E" href="mailto:jayhanke@southfront.io"><jayhanke@southfront.io></a> wrote:
</pre>
<blockquote type="cite"><pre wrap="">
That looks like that cleared up some of the apt issue. I'm still
getting the same error message on the website and when I try to
generate MRTG configs.
Is there something I need to do in php as well?
root@ixpmgr:/srv/ixpmanager# dpkg -l | grep php8.1
root@ixpmgr:/srv/ixpmanager# php -v
PHP 8.0.27 (cli) (built: Jan 13 2023 10:43:21) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.27, Copyright (c) Zend Technologies
with Zend OPcache v8.0.27, Copyright (c), by Zend Technologies
root@ixpmgr:/srv/ixpmanager# /srv/ixpmanager/artisan
grapher:generate-configuration -B mrtg
Error
Class "Memcached" not found
at vendor/laravel/framework/src/Illuminate/Cache/MemcachedConnector.php:69
65▕ * @return \Memcached
66▕ */
67▕ protected function createMemcachedInstance($connectionId)
68▕ {
➜ 69▕ return empty($connectionId) ? new Memcached : new
Memcached($connectionId);
70▕ }
71▕
72▕ /**
73▕ * Set the SASL credentials on the Memcached connection.
+18 vendor frames
19 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation\{closure}()
+5 vendor frames
25 artisan:39
Illuminate\Foundation\Console\Kernel::handle()
</pre></blockquote>
</blockquote>
<br>
</body></html>